summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2013-06-04 23:01:08 +0000
committerBrad Smith <brad@cvs.openbsd.org>2013-06-04 23:01:08 +0000
commitd52586981e6a561528224c52b5775fcbbf5c6a45 (patch)
tree2a6792a4ba9131aa5d1aaf991caaf5bf7c45a774 /include/unistd.h
parentdb93b1b0dcb71b1023d15d558349dcb68477a3b3 (diff)
Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink.
ok guenther@
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 0a5cb37d330..0604d44407f 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.77 2013/04/15 16:38:21 matthew Exp $ */
+/* $OpenBSD: unistd.h,v 1.78 2013/06/04 23:01:07 brad Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -85,7 +85,7 @@
#define _POSIX_REGEXP 1
#define _POSIX_SAVED_IDS 1
#define _POSIX_SEMAPHORES 200112L
-#define _POSIX_SHARED_MEMORY_OBJECTS (-1)
+#define _POSIX_SHARED_MEMORY_OBJECTS 200809L
#define _POSIX_SHELL 1
#define _POSIX_SPAWN 200112L
#define _POSIX_SPIN_LOCKS 200112L