summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-27 18:03:02 +0000
committerwollman <wollman@FreeBSD.org>2002-10-27 18:03:02 +0000
commite5980f83e69c6c6ede89ecd02db5e84687921122 (patch)
treee95736d462f3c4120df9be7585b75484117f5c69 /include/unistd.h
parentbd4df2f8087a78c8f8c38b02716da5716834d893 (diff)
downloadFreeBSD-src-e5980f83e69c6c6ede89ecd02db5e84687921122.zip
FreeBSD-src-e5980f83e69c6c6ede89ecd02db5e84687921122.tar.gz
Update limits and configuration parameters for 1003.1/TC1/D6.
Implement new sysconf keys. Change the implenentation of _SC_ASYNCHRONOUS_IO in preparation for the next set of changes. Move some limits which had been in <sys/syslimits.h> to <limits.h> where they belong. They had only ever been in syslimits.h to provide for the kernel implementation of the CTL_USER MIB branch, which went away with newsysctl years ago. (There is a #error in <sys/syslimits.h> which I will downgrade in the next commit.)
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e893da7..c101a1e 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -260,6 +260,9 @@ typedef __uid_t_ uid_t;
#define _SC_V6_ILP32_OFFBIG 104 /* user */
#define _SC_V6_LP64_OFF64 105 /* user */
#define _SC_V6_LPBIG_OFFBIG 106 /* user */
+#define _SC_IPV6 118
+#define _SC_RAW_SOCKETS 119
+#define _SC_SYMLOOP_MAX 120
#endif
#if __XSI_VISIBLE
OpenPOWER on IntegriCloud