From: Andreas Schneider Date: Mon, 23 Sep 2019 13:18:55 +0000 (+0200) Subject: s3:waf: Do not check for nanosleep() as we don't use it anywhere X-Git-Tag: talloc-2.3.1~677 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952e1812fa9bdc1bac2a7ae5ebb5532f1ea31447;p=thirdparty%2Fsamba.git 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 Signed-off-by: Isaac Boukris Pair-Programmed-With: Isaac Boukris Reviewed-by: Matthias Dieter Wallnöfer Reviewed-by: Alexander Bokovoy --- diff --git a/source3/wscript b/source3/wscript index 83e7aca737f..d45222625c4 100644 --- a/source3/wscript +++ b/source3/wscript @@ -117,7 +117,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')