Define feature test macro required for PTHREAD_STACK_MIN on some
systems, e.g. Solaris.
This commit is contained in:
parent
9055031b7f
commit
94d0c81e55
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
* Markus Armbruster, 2005
|
||||
*/
|
||||
|
||||
/* Required for PTHREAD_STACK_MIN on some systems, e.g. Solaris: */
|
||||
#define _XOPEN_SOURCE 500
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue