summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-02-16 15:46:06 +0100
committerMichael Adam <obnox@samba.org>2016-02-23 22:03:16 +0100
commit8338fe6ac878ef8c04276229ae6e6a8edf9c3e3a (patch)
treef666e85249a141133422f0162f74a5bff198abe5 /tests
parentb7b7b0a819f52fa645bfd5a417a0a1a2684c7a1f (diff)
downloadsamba-8338fe6ac878ef8c04276229ae6e6a8edf9c3e3a.tar.gz
lib: Remove sys_waitpid
We have waitpid in libreplace Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/fcntl_lock_thread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/fcntl_lock_thread.c b/tests/fcntl_lock_thread.c
index f31105626c2..e3415146a7f 100644
--- a/tests/fcntl_lock_thread.c
+++ b/tests/fcntl_lock_thread.c
@@ -15,11 +15,6 @@
#include <errno.h>
#include <pthread.h>
-static int sys_waitpid(pid_t pid,int *status,int options)
-{
- return waitpid(pid,status,options);
-}
-
#define DATA "conftest.fcntl"
#define SEEK_SET 0