From 038ebe2459c2d5f35f8dafb7c357767459244ab0 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Fri, 17 Jan 1997 19:27:54 +0000 Subject: *** empty log message *** Fri Jan 17 14:16:28 1997 Thomas Bushnell, n/BSG * stdio/vdprintf.c: Moved file to ... * sysdeps/posix/vdprintf.c: Here. De-ansideclificate. * sysdeps/stub/vdprintf.c: New file. * sysdeps/mach/hurd/vdprintf.c: New file. --- sysdeps/mach/hurd/posix_opt.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sysdeps/mach/hurd/posix_opt.h (limited to 'sysdeps/mach/hurd/posix_opt.h') 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 + + + -- cgit v1.2.3-70-g09d2