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:
parent
264293aa5c
commit
2194c5e96a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user