diff options
| author | Jason Evans <jasone@FreeBSD.org> | 1999-12-16 21:53:39 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 1999-12-16 21:53:39 +0000 |
| commit | 346b6c5db8529e329f3ab4e161a75d8a3ddefdef (patch) | |
| tree | edcd9f0c34c7f500bac532c758a8b7eab4ca4635 /include/pthread.h | |
| parent | 968b1a711df2de027e91da8751082b2a55406f81 (diff) | |
Notes
Diffstat (limited to 'include/pthread.h')
| -rw-r--r-- | include/pthread.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/pthread.h b/include/pthread.h index f4c8220f1d18..f67720dada29 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -54,21 +54,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 -#define _POSIX_THREAD_ATTR_STACKADDR -#define _POSIX_THREAD_ATTR_STACKSIZE -#define _POSIX_THREAD_PRIORITY_SCHEDULING -#define _POSIX_THREAD_PRIO_INHERIT -#define _POSIX_THREAD_PRIO_PROTECT -/* #define _POSIX_THREAD_PROCESS_SHARED */ -#define _POSIX_THREAD_SAFE_FUNCTIONS - -/* * Flags for threads and thread attributes. */ #define PTHREAD_DETACHED 0x1 @@ -174,10 +159,8 @@ struct pthread_once { #endif #define PTHREAD_PRIO_NONE 0 -#ifdef _POSIX_THREAD_PRIO_PROTECT #define PTHREAD_PRIO_INHERIT 1 #define PTHREAD_PRIO_PROTECT 2 -#endif /* * Mutex types (Single UNIX Specification, Version 2, 1997). |
