newer versions of devel headers expose CLONE flags only with _GNU_SOURCE

defined


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13035
This commit is contained in:
Christian Borntraeger 2012-10-08 20:35:13 +00:00
parent 9a8022279b
commit 1a3b5409fc

View File

@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <sys/syscall.h>
#include <linux/wait.h>
#include <sched.h>