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