mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 09:41:18 +00:00
Define ID_REAL.
This commit is contained in:
parent
74cb21ae8f
commit
b7ed538a9d
@ -18,9 +18,8 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#define ID_REAL 0x02
|
||||
|
||||
/* is there a reason *NOT* to include <sys/id.h>? If so #define ID_REAL */
|
||||
#include <sys/id.h>
|
||||
|
||||
extern int setgidx (int mask, gid_t gid);
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
/* is there a reason *NOT* to include <sys/id.h>? If so #define ID_REAL */
|
||||
#include <sys/id.h>
|
||||
#define ID_REAL 0x02
|
||||
|
||||
|
||||
extern int setuidx (int mask, uid_t uid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user