mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-07 13:50:07 +00:00
6 lines
161 B
C
6 lines
161 B
C
|
#define _POSIX_JOB_CONTROL 1
|
||
|
#undef _POSIX_SAVED_IDS
|
||
|
#define _POSIX_CHOWN_RESTRICTED 1
|
||
|
#define _POSIX_NO_TRUNC -1
|
||
|
#define _POSIX_VDISABLE ((unsigned char) -1)
|