lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.c
authorStefan Metzmacher <metze@samba.org>
Tue, 20 Mar 2018 15:49:30 +0000 (16:49 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 3 Apr 2018 14:41:09 +0000 (16:41 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13342

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/util/tests/tfork.c

index bf642fe37c96287f6541dea723d90139ab57409c..9bcdc2f3d6d14be626f3a68217499f7bd879839a 100644 (file)
@@ -32,7 +32,6 @@
 #include "lib/util/sys_rw.h"
 #ifdef HAVE_PTHREAD
 #include <pthread.h>
-#include <sys/syscall.h>
 #endif
 
 static bool test_tfork_simple(struct torture_context *tctx)