mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
* sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>. * sysdeps/unix/sysv/aix/getegid.c: Likewise.
This commit is contained in:
parent
d98f10d25b
commit
ed7abbd0ad
@ -1,6 +1,7 @@
|
||||
2000-04-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/aix/getegid.c: Don't try to include <sys/id.h>.
|
||||
* sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
|
||||
* sysdeps/unix/sysv/aix/getegid.c: Likewise.
|
||||
* sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
|
||||
* sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
|
||||
* sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
|
||||
|
@ -17,9 +17,6 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <unistd.h>
|
||||
/* is there a reason *NOT* to include <sys/id.h>? If so #define ID_EFFECTIVE */
|
||||
#include <sys/id.h>
|
||||
|
||||
|
||||
gid_t
|
||||
__getegid (void)
|
||||
|
@ -17,9 +17,6 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <unistd.h>
|
||||
/* is there a reason *NOT* to include <sys/id.h>? If so #define ID_EFFECTIVE */
|
||||
#include <sys/id.h>
|
||||
|
||||
|
||||
uid_t
|
||||
__geteuid (void)
|
||||
|
Loading…
Reference in New Issue
Block a user