diff options
author | Volker Lendecke <vl@samba.org> | 2016-02-16 15:46:06 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-02-23 22:03:16 +0100 |
commit | 8338fe6ac878ef8c04276229ae6e6a8edf9c3e3a (patch) | |
tree | f666e85249a141133422f0162f74a5bff198abe5 /tests | |
parent | b7b7b0a819f52fa645bfd5a417a0a1a2684c7a1f (diff) | |
download | samba-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.c | 5 |
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 |