summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2001-09-29 20:27:50 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2001-09-29 20:27:50 +0000
commite9eed86fddbb565d976afb417d02623fd9eb3a1a (patch)
tree4afb58c65f141c0248e95bb0c5d8e19518e7c4e2 /sys
parentc369961cb99fdfeff17da44aa0b2c8dc372a1efd (diff)
comment out some unimplemented placeholders; millert@ agrees
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h
index c73f2e0af14..2e72fe4ad26 100644
--- a/sys/sys/unistd.h
+++ b/sys/sys/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.8 1998/11/20 11:19:01 d Exp $ */
+/* $OpenBSD: unistd.h,v 1.9 2001/09/29 20:27:49 naddy Exp $ */
/* $NetBSD: unistd.h,v 1.10 1994/06/29 06:46:06 cgd Exp $ */
/*
@@ -119,6 +119,7 @@
#define _SC_FSYNC 29
#define _SC_XOPEN_SHM 30
+#ifdef notyet
/* P1003.1c */
#define _SC_GETGR_R_SIZE_MAX
#define _SC_GETPW_R_SIZE_MAX
@@ -136,6 +137,7 @@
#define _SC_THREAD_PRIO_PROTECT
#define _SC_THREAD_PROCESS_SHARED
#define _SC_THREAD_SAFE_FUNCTIONS
+#endif
/* configurable system strings */
#define _CS_PATH 1