* sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
	* sysdeps/unix/sysv/aix/geteuid.c: Likewise.
This commit is contained in:
Ulrich Drepper 2000-04-18 19:38:34 +00:00
parent dc9116316e
commit acda7090e3
3 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -18,6 +18,9 @@
#include <unistd.h>
#define ID_EFFECTIVE 0x01
gid_t
__getegid (void)
{

View File

@ -18,6 +18,9 @@
#include <unistd.h>
#define ID_EFFECTIVE 0x01
uid_t
__geteuid (void)
{