glibc/sysdeps/mach/hurd/posix_opt.h
Thomas Bushnell, BSG 038ebe2459 *** empty log message ***
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.
1997-01-17 19:27:54 +00:00

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