diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-05-14 23:21:36 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-05-14 23:21:36 +0000 |
commit | f34de4ac3bcfea14b03ed33d297b02f5209d2b3b (patch) | |
tree | 27e63f982ad40f3674a751bac41dfe5a06036e75 /lib/libpthread | |
parent | fcb7bf2bab0bb5e35869990db556288057799c4d (diff) |
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')
-rw-r--r-- | lib/libpthread/include/pthread.h | 16 |
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 |