]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
newer versions of devel headers expose CLONE flags only with _GNU_SOURCE
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 8 Oct 2012 20:35:13 +0000 (20:35 +0000)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 8 Oct 2012 20:35:13 +0000 (20:35 +0000)
defined

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13035

none/tests/s390x/test_clone.c

index 7f69c899d23196d978cc274c4390b6e40419cdd7..60d515a491cf317b29eb419cf1d750b97029a898 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <sys/syscall.h>
 #include <linux/wait.h>
 #include <sched.h>