--- /dev/null
+/* 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
+
+
+
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
all_done:
- /* Cause the pointless side-effect. */
- __sigfillset (&ss->blocked);
- for (signo = 1; signo < NSIG; signo++)
- if (__sigismember (&mask, signo))
- __sigdelset (&ss->blocked, signo);
-
spin_unlock (&ss->lock);
__mach_port_destroy (__mach_task_self (), wait);