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