mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
barrier and spin_lock had already been implemented in libpthread and
libthr for a long time, set both _POSIX_BARRIERS and _POSIX_SPIN_LOCKS to 200112L.
This commit is contained in:
parent
780523024c
commit
ea8fe575cd
1 changed files with 2 additions and 2 deletions
|
|
@ -103,12 +103,12 @@ typedef __useconds_t useconds_t;
|
|||
* the POSIX standard; however, if the relevant sysconf() function
|
||||
* returns -1, the functions may be stubbed out.
|
||||
*/
|
||||
#define _POSIX_BARRIERS -1
|
||||
#define _POSIX_BARRIERS 200112L
|
||||
#define _POSIX_READER_WRITER_LOCKS 200112L
|
||||
#define _POSIX_REGEXP 1
|
||||
#define _POSIX_SHELL 1
|
||||
#define _POSIX_SPAWN -1
|
||||
#define _POSIX_SPIN_LOCKS -1
|
||||
#define _POSIX_SPIN_LOCKS 200112L
|
||||
#define _POSIX_THREAD_ATTR_STACKADDR 200112L
|
||||
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
|
||||
#define _POSIX_THREAD_CPUTIME -1
|
||||
|
|
|
|||
Loading…
Reference in a new issue