038ebe2459
Fri Jan 17 14:16:28 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * 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.
13 lines
287 B
C
13 lines
287 B
C
/* 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
|
|
|
|
|
|
|