Correct the following: make[2]: Entering directory '/root/sources/selinux-testsuite/tests/execshare' cc parent.c -lselinux -o parent parent.c: In function 'main': parent.c:83:8: warning: implicit declaration of function 'clone' pid = clone(clone_fn, clone_stack, cloneflags | SIGCHLD, argv); ^ Signed-off-by: Paul Moore <paul@xxxxxxxxxxxxxx> --- tests/execshare/parent.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/execshare/parent.c b/tests/execshare/parent.c index 86f6ae9..343c35f 100644 --- a/tests/execshare/parent.c +++ b/tests/execshare/parent.c @@ -1,3 +1,6 @@ + +#define _GNU_SOURCE + #include <stdio.h> #include <stdlib.h> #include <unistd.h> _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.