From c1349c44d94b3f16daa7286a2762ad05567d8563 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Oct 2019 13:31:38 +0200 Subject: [PATCH] s3:waf: Remove check for fdatasync MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- source3/wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.11.4.GIT