Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported

at this time.

Reviewed by:	John Birrell <jb@cimlogic.com.au>
This commit is contained in:
alex 1997-03-04 01:30:50 +00:00
parent 264293aa5c
commit 2194c5e96a

View File

@ -60,7 +60,7 @@
#define _POSIX_THREADS
#define _POSIX_THREAD_ATTR_STACKADDR
#define _POSIX_THREAD_ATTR_STACKSIZE
#define _POSIX_THREAD_PRIORITY_SCHEDULING
/* #define _POSIX_THREAD_PRIORITY_SCHEDULING */
/* #define _POSIX_THREAD_PRIO_INHERIT */
/* #define _POSIX_THREAD_PRIO_PROTECT */
/* #define _POSIX_THREAD_PROCESS_SHARED */