mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
_POSIX_THREAD_CPUTIME is now supported.
This commit is contained in:
parent
7eb12306d6
commit
0248203e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ typedef __useconds_t useconds_t;
|
|||
#define _POSIX_SPIN_LOCKS 200112L
|
||||
#define _POSIX_THREAD_ATTR_STACKADDR 200112L
|
||||
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
|
||||
#define _POSIX_THREAD_CPUTIME -1
|
||||
#define _POSIX_THREAD_CPUTIME 200112L
|
||||
#define _POSIX_THREAD_PRIO_INHERIT 200112L
|
||||
#define _POSIX_THREAD_PRIO_PROTECT 200112L
|
||||
#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
|
||||
|
|
|
|||
Loading…
Reference in a new issue