mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08: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)
|