diff options
Diffstat (limited to 'sysdeps/mach/hurd/posix_opt.h')
-rw-r--r-- | sysdeps/mach/hurd/posix_opt.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/posix_opt.h b/sysdeps/mach/hurd/posix_opt.h new file mode 100644 index 0000000000..75a07e1539 --- /dev/null +++ b/sysdeps/mach/hurd/posix_opt.h @@ -0,0 +1,12 @@ +/* Posix options supported by the GNU Hurd port of GNU libc. */ + +#define _POSIX_JOB_CONTROL 1 +#define _POSIX_SAVED_IDS 1 +#define _POSIX_VDISABLE ((unsigned char) -1) + +/* Different Hurd filesystems might do these differently. */ +#undef _POSIX_CHOWN_RESTRICTED +#undef _POSIX_NO_TRUNC + + + |