* libc/include/sys/features.h (_POSIX_THREAD_ATTR_STACKADDR): Define
to 200112L for Cygwin.
This commit is contained in:
parent
cdb4231369
commit
aaded2f90e
|
@ -1,3 +1,8 @@
|
|||
2011-05-15 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/sys/features.h (_POSIX_THREAD_ATTR_STACKADDR): Define
|
||||
to 200112L for Cygwin.
|
||||
|
||||
2011-05-12 Peter Rosin <peda@lysator.liu.se>
|
||||
|
||||
* libc/time/strptime.c (strptime): Fill in tm_yday when all of tm_year,
|
||||
|
|
|
@ -128,7 +128,7 @@ extern "C" {
|
|||
#define _POSIX_SPIN_LOCKS 200112L
|
||||
/* #define _POSIX_SPORADIC_SERVER -1 */
|
||||
#define _POSIX_SYNCHRONIZED_IO 200112L
|
||||
/* #define _POSIX_THREAD_ATTR_STACKADDR -1 */
|
||||
#define _POSIX_THREAD_ATTR_STACKADDR 200112L
|
||||
#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
|
||||
/* #define _POSIX_THREAD_CPUTIME -1 */
|
||||
/* #define _POSIX_THREAD_PRIO_INHERIT -1 */
|
||||
|
|
Loading…
Reference in New Issue