mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE. * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
This commit is contained in:
parent
dc9116316e
commit
acda7090e3
|
@ -1,5 +1,8 @@
|
|||
2000-04-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
|
||||
* sysdeps/unix/sysv/aix/geteuid.c: Likewise.
|
||||
|
||||
* elf/rtld.c: Display statitics option also if hp timing is not
|
||||
available.
|
||||
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
#define ID_EFFECTIVE 0x01
|
||||
|
||||
|
||||
gid_t
|
||||
__getegid (void)
|
||||
{
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
#define ID_EFFECTIVE 0x01
|
||||
|
||||
|
||||
uid_t
|
||||
__geteuid (void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue