diff options
author | Volker Lendecke <vl@samba.org> | 2012-06-28 11:19:31 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-06-28 16:43:13 +0200 |
commit | 572701f9c84f70271d8ba7353c6638c0358bfbdd (patch) | |
tree | cc4d7790cd42a41ac6ebd91b20146cf0326b28a8 /source3/lib/pthreadpool | |
parent | d6939c39c0fc9b6946c1ab6f58f07de1bfddbb65 (diff) | |
download | samba-572701f9c84f70271d8ba7353c6638c0358bfbdd.tar.gz samba-572701f9c84f70271d8ba7353c6638c0358bfbdd.tar.bz2 samba-572701f9c84f70271d8ba7353c6638c0358bfbdd.zip |
s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.h
Signed-off-by: Bjoern Jacke <bj@sernet.de>
Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Thu Jun 28 16:43:13 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/lib/pthreadpool')
-rw-r--r-- | source3/lib/pthreadpool/pthreadpool_sync.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/pthreadpool/pthreadpool_sync.c b/source3/lib/pthreadpool/pthreadpool_sync.c index 6c18b8f8d8..0c2d12fef3 100644 --- a/source3/lib/pthreadpool/pthreadpool_sync.c +++ b/source3/lib/pthreadpool/pthreadpool_sync.c @@ -22,7 +22,6 @@ #include <unistd.h> #include <stdlib.h> #include <string.h> -#include <pthread.h> #include <signal.h> #include <assert.h> #include <fcntl.h> |