mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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
32f6553e46
commit
b7fee247fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue