summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/pthread.h
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2012-05-14 23:21:35 +0000
committermatthew <matthew@openbsd.org>2012-05-14 23:21:35 +0000
commit020d9bd9a21fb0e5b7b3f81d129354a7738c3b12 (patch)
treeb9a329a0aa3d516391594039fd1b3f60af448e6d /lib/libpthread/include/pthread.h
parentremove korea and china examples, as these files don't mirror reliably (diff)
downloadwireguard-openbsd-020d9bd9a21fb0e5b7b3f81d129354a7738c3b12.tar.xz
wireguard-openbsd-020d9bd9a21fb0e5b7b3f81d129354a7738c3b12.zip
More sysconf(3)-y and pathconf(3)-y goodness from Brad.
ok guenther, millert (and me); bulk build test by naddy
Diffstat (limited to 'lib/libpthread/include/pthread.h')
-rw-r--r--lib/libpthread/include/pthread.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/lib/libpthread/include/pthread.h b/lib/libpthread/include/pthread.h
index 0fc9f375516..36850b81da6 100644
--- a/lib/libpthread/include/pthread.h
+++ b/lib/libpthread/include/pthread.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pthread.h,v 1.36 2012/05/03 09:07:17 pirofti Exp $ */
+/* $OpenBSD: pthread.h,v 1.37 2012/05/14 23:21:35 matthew Exp $ */
/*
* Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu
@@ -56,20 +56,6 @@
#define PTHREAD_THREADS_MAX ULONG_MAX
/*
- * Compile time symbolic constants for portability specifications:
- *
- * Note that those commented out are not currently supported by the
- * implementation.
- */
-#define _POSIX_THREADS 1
-#define _POSIX_THREAD_ATTR_STACKADDR 1
-#define _POSIX_THREAD_ATTR_STACKSIZE 1
-#define _POSIX_THREAD_PRIORITY_SCHEDULING 1
-#define _POSIX_THREAD_PRIO_INHERIT 1
-#define _POSIX_THREAD_PRIO_PROTECT 1
-/* #define _POSIX_THREAD_PROCESS_SHARED */
-
-/*
* Flags for threads and thread attributes.
*/
#define PTHREAD_DETACHED 0x1