unistd.h: POSIX_THREAD_ATTR_STACKADDR was implemented back in March.
This commit is contained in:
parent
42e3c6f978
commit
394fba6684
@ -44,7 +44,7 @@
|
||||
#define _POSIX_THREADS (200112L)
|
||||
#define _POSIX_MAPPED_FILES (200809L)
|
||||
#define _POSIX_THREAD_PROCESS_SHARED (200809L)
|
||||
#define _POSIX_THREAD_ATTR_STACKADDR (-1) /* currently unsupported */
|
||||
#define _POSIX_THREAD_ATTR_STACKADDR (200809L)
|
||||
#define _POSIX_THREAD_ATTR_STACKSIZE (200809L)
|
||||
#define _POSIX_THREAD_PRIORITY_SCHEDULING (-1) /* currently unsupported */
|
||||
#define _POSIX_REALTIME_SIGNALS (200809L)
|
||||
|
Loading…
Reference in New Issue
Block a user