From: Andreas Schneider Date: Fri, 18 Oct 2019 11:31:38 +0000 (+0200) Subject: s3:waf: Remove check for fdatasync X-Git-Tag: talloc-2.3.1~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1349c44d94b3f16daa7286a2762ad05567d8563;p=thirdparty%2Fsamba.git s3:waf: Remove check for fdatasync This is already checked by libreplace as replace also provides it. Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme Reviewed-by: Andrew Bartlett Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Sun Oct 20 14:52:40 UTC 2019 on sn-devel-184 --- diff --git a/source3/wscript b/source3/wscript index 10160fd373c..28f43fa72b9 100644 --- a/source3/wscript +++ b/source3/wscript @@ -105,7 +105,7 @@ def configure(conf): conf.CHECK_FUNCS('getcwd fchown chmod fchmod mknod mknodat') conf.CHECK_FUNCS('strtol strchr strupr chflags') - conf.CHECK_FUNCS('getrlimit fsync fdatasync setpgid') + conf.CHECK_FUNCS('getrlimit fsync setpgid') conf.CHECK_FUNCS('setsid glob strpbrk crypt16 getauthuid') conf.CHECK_FUNCS('innetgr') conf.CHECK_FUNCS('initgroups select poll rdchk getgrnam getgrent pathconf') @@ -123,7 +123,6 @@ def configure(conf): conf.CHECK_FUNCS_IN('yp_get_default_domain', 'nsl') conf.CHECK_FUNCS_IN('dn_expand _dn_expand __dn_expand', 'resolv') conf.CHECK_FUNCS_IN('dn_expand', 'inet') - conf.CHECK_DECLS('fdatasync', reverse=True) conf.CHECK_DECLS('readahead', reverse=True, headers='fcntl.h') if conf.CHECK_CODE(''' @@ -396,7 +395,6 @@ fchmod fchown fcvt fcvtl -fdatasync fseeko fsync futimens