mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
Define ID_EFFECTIVE.
This commit is contained in:
parent
5166e402b8
commit
e110de6683
@ -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
Block a user