mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update.
1999-11-01 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/sys/reboot.h: Remove K&R compatibility. * inet/gethstbynm2_r.c: Reorder addresses.
This commit is contained in:
parent
ea1bfb072c
commit
2d52e86946
@ -1,3 +1,9 @@
|
|||||||
|
1999-11-01 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sys/reboot.h: Remove K&R compatibility.
|
||||||
|
|
||||||
|
* inet/gethstbynm2_r.c: Reorder addresses.
|
||||||
|
|
||||||
1999-09-11 Paul Eggert <eggert@twinsun.com>
|
1999-09-11 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
* posix/glob.h (glob): If #defining to glob64, do this before
|
* posix/glob.h (glob): If #defining to glob64, do this before
|
||||||
|
@ -31,6 +31,10 @@
|
|||||||
#define ADD_PARAMS const char *name, int af
|
#define ADD_PARAMS const char *name, int af
|
||||||
#define ADD_VARIABLES name, af
|
#define ADD_VARIABLES name, af
|
||||||
#define NEED_H_ERRNO 1
|
#define NEED_H_ERRNO 1
|
||||||
|
#define NEED__RES_HCONF 1
|
||||||
|
#define POSTPROCESS \
|
||||||
|
if (status == NSS_STATUS_SUCCESS) \
|
||||||
|
_res_hconf_reorder_addrs (resbuf);
|
||||||
|
|
||||||
#define HANDLE_DIGITS_DOTS 1
|
#define HANDLE_DIGITS_DOTS 1
|
||||||
#define HAVE_LOOKUP_BUFFER 1
|
#define HAVE_LOOKUP_BUFFER 1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -42,7 +42,7 @@
|
|||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
/* Reboot or halt the system. */
|
/* Reboot or halt the system. */
|
||||||
extern int reboot __P ((int __howto));
|
extern int reboot (int __howto) __THROW;
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user