summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-09-23 15:18:55 +0200
committerStefan Metzmacher <metze@samba.org>2019-10-16 12:15:52 +0000
commitb0362fd07f87080f29ffee15874e381bc4481fe2 (patch)
treedd44e3d4d4c8d5f77bfc7512695b21dbe161676c
parent1ad8c6f4b087af2ef2c6a2dcecd444d4aca62418 (diff)
downloadsamba-b0362fd07f87080f29ffee15874e381bc4481fe2.tar.gz
s3:waf: Do not check for nanosleep() as we don't use it anywhere
We use usleep() in the meantime. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by: Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> (cherry picked from commit 952e1812fa9bdc1bac2a7ae5ebb5532f1ea31447)
-rw-r--r--source3/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 84a2ad9e601..5c2ba18f872 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -116,7 +116,6 @@ def configure(conf):
conf.CHECK_FUNCS('fstatat')
conf.CHECK_FUNCS('getpwent_r setenv clearenv strcasecmp fcvt fcvtl')
conf.CHECK_FUNCS('syslog vsyslog timegm setlocale')
- conf.CHECK_FUNCS_IN('nanosleep', 'rt')
conf.CHECK_FUNCS('lutimes futimes utimensat futimens')
conf.CHECK_FUNCS('mlock munlock mlockall munlockall')
conf.CHECK_FUNCS('memalign posix_memalign hstrerror')