[Glibc-bsd-commits] r2321 - trunk/glibc-ports/kfreebsd/bits
ps-guest at alioth.debian.org
ps-guest at alioth.debian.org
Sat Sep 20 07:58:15 UTC 2008
Author: ps-guest
Date: 2008-09-20 07:58:14 +0000 (Sat, 20 Sep 2008)
New Revision: 2321
Modified:
trunk/glibc-ports/kfreebsd/bits/waitflags.h
Log:
* define WNOWAIT as in upcoming FreeBSD 7.1
Modified: trunk/glibc-ports/kfreebsd/bits/waitflags.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/waitflags.h 2008-09-18 07:49:44 UTC (rev 2320)
+++ trunk/glibc-ports/kfreebsd/bits/waitflags.h 2008-09-20 07:58:14 UTC (rev 2321)
@@ -29,6 +29,7 @@
/* Bits in the fourth argument to `waitid'. */
#define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
#define WCONTINUED 4 /* Report continued child. */
+#define WNOWAIT 8 /* Poll only. Don't delete the proc entry. */
#define __WCLONE 0x80000000 /* Wait for cloned process. */
#ifdef __USE_BSD
More information about the Glibc-bsd-commits
mailing list