mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* 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>
This commit is contained in:
7
sysdeps/generic/errqueue.h
Normal file
7
sysdeps/generic/errqueue.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef _BITS_ERRQUEUE_H
|
||||
#define _BITS_ERRQUEUE_H 1
|
||||
|
||||
/* This platform does not support socket error reporting
|
||||
via MSG_ERRQUEUE. */
|
||||
|
||||
#endif /* bits/errqueue.h */
|
Reference in New Issue
Block a user