1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.c

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>
(cherry picked from commit f2ff61ce9e8ab56d8a69fce29c9f214d5d98f89e)
This commit is contained in:
Stefan Metzmacher 2018-03-20 16:49:30 +01:00 committed by Karolin Seeger
parent f8abea57ec
commit cd2cc69eb4

View 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)