mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* inet/getnetent_r.c: Define NEED_H_ERRNO.
* inet/getnetbynm_r.c: Likewise. * inet/getnetent.c: Likewise. * inet/getnetbyad_r.c: Likewise. * inet/getnetbyad.c: Likewise. * inet/getnetbynm.c: Likewise. * sysdeps/generic/pselect.c: Include <sys/time.h>. * misc/sys/select.h: Include <time.h> instead of <sys/time.h> for `struct timespec'.
This commit is contained in:
@ -26,5 +26,6 @@ Boston, MA 02111-1307, USA. */
|
||||
#define ADD_PARAMS const char *name
|
||||
#define ADD_VARIABLES name
|
||||
#define NEED__RES 1
|
||||
#define NEED_H_ERRNO 1
|
||||
|
||||
#include "../nss/getXXbyYY_r.c"
|
||||
|
Reference in New Issue
Block a user