From 394fba668430a82ef6aafb78f450d902542729d7 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 11 Jul 2019 23:05:27 -0400 Subject: [PATCH] unistd.h: POSIX_THREAD_ATTR_STACKADDR was implemented back in March. --- headers/posix/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/unistd.h b/headers/posix/unistd.h index 63889cec25..fd2c0684cb 100644 --- a/headers/posix/unistd.h +++ b/headers/posix/unistd.h @@ -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)