summaryrefslogtreecommitdiffstats
path: root/sys/sys/shm.h
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-03-14 19:06:52 +0000
committerdas <das@FreeBSD.org>2009-03-14 19:06:52 +0000
commit4c7ce11b871c795a9aa45515f747447ef31e5cdf (patch)
treedfc589b61954f2c69f781e04bfe1b8e20de3fbf9 /sys/sys/shm.h
parente63fa4cfabc535a5f9ec7ea2b383692931c13465 (diff)
downloadFreeBSD-src-4c7ce11b871c795a9aa45515f747447ef31e5cdf.zip
FreeBSD-src-4c7ce11b871c795a9aa45515f747447ef31e5cdf.tar.gz
Namespace: semsys() and shmsys() aren't standard.
Diffstat (limited to 'sys/sys/shm.h')
-rw-r--r--sys/sys/shm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/shm.h b/sys/sys/shm.h
index c4b1369..e6f2f76 100644
--- a/sys/sys/shm.h
+++ b/sys/sys/shm.h
@@ -138,7 +138,9 @@ typedef __size_t size_t;
#endif
__BEGIN_DECLS
+#ifdef __BSD_VISIBLE
int shmsys(int, ...);
+#endif
void *shmat(int, const void *, int);
int shmget(key_t, size_t, int);
int shmctl(int, int, struct shmid_ds *);
OpenPOWER on IntegriCloud