Skip to content

Commit 528075d

Browse files
author
Vladimir Kotal
committed
WIFCONTINUED/WCONTINUED needs _XOPEN_SOURCE on Linux
1 parent 3ce165b commit 528075d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wait/wait.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
*
3333
3434
*/
35+
36+
#define _XOPEN_SOURCE 700
37+
3538
#include <assert.h>
3639
#include <err.h>
3740
#include <errno.h>

0 commit comments

Comments
 (0)