From caa894ec52d2f3b1a1e7cbb8ba9dd4dfcb250cf7 Mon Sep 17 00:00:00 2001 From: brad <> Date: Tue, 4 Jun 2013 23:01:07 +0000 Subject: [PATCH] Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink. ok guenther@ --- src/include/unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/unistd.h b/src/include/unistd.h index 0a5cb37d..0604d444 100644 --- a/src/include/unistd.h +++ b/src/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