Define ID_EFFECTIVE.

This commit is contained in:
Ulrich Drepper 2000-04-18 19:38:24 +00:00
parent 5166e402b8
commit e110de6683
2 changed files with 6 additions and 0 deletions

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)
{