summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-12-02 02:33:28 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-12-02 02:33:28 +0000
commit066797b23f871ca353b8839366d5684a83a18b1a (patch)
tree93ce6d67d4a44b1aa604a46c3b81ea351eb45fec /sys
parent40887703cc04cd162e9e51d280912ca1de715363 (diff)
downloadFreeBSD-src-066797b23f871ca353b8839366d5684a83a18b1a.zip
FreeBSD-src-066797b23f871ca353b8839366d5684a83a18b1a.tar.gz
We've already implemented all TMO functions, set _POSIX_TIMEOUTS to 200112L.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h
index 4f56cac..2addb71 100644
--- a/sys/sys/unistd.h
+++ b/sys/sys/unistd.h
@@ -72,7 +72,7 @@
#define _POSIX_SHARED_MEMORY_OBJECTS 200112L
#define _POSIX_SPORADIC_SERVER -1
#define _POSIX_SYNCHRONIZED_IO -1
-#define _POSIX_TIMEOUTS -1
+#define _POSIX_TIMEOUTS 200112L
#define _POSIX_TIMERS 200112L
#define _POSIX_TYPED_MEMORY_OBJECTS -1
#define _POSIX_VDISABLE 0xff
OpenPOWER on IntegriCloud