b1eab23011
* sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Also preserve r9, r10 and r11 for language specific registers. 2001-01-10 Jakub Jelinek <jakub@redhat.com> * sunrpc/clnt_udp.c (clntudp_bufcreate): Set IP_RECVERR on the UDP socket. (clntudp_call): Handle MSG_ERRQUEUE. * sysdeps/generic/errqueue.h: New file. * sysdeps/unix/sysv/linux/errqueue.h: New file. 2001-01-10 H.J. Lu <hjl@gnu.org>
8 lines
166 B
C
8 lines
166 B
C
#ifndef _BITS_ERRQUEUE_H
|
|
#define _BITS_ERRQUEUE_H 1
|
|
|
|
/* This platform does not support socket error reporting
|
|
via MSG_ERRQUEUE. */
|
|
|
|
#endif /* bits/errqueue.h */
|