summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorSamuel Cabrero <scabrero@samba.org>2021-04-13 12:33:16 +0200
committerSamuel Cabrero <scabrero@sn-devel-184>2021-04-19 12:28:30 +0000
commit4cc06106998e49eaecf704a71ffb5e421ca67ab3 (patch)
treec3ec8fa2d819aea82ef910b6ee08130be2f10cc5 /source3/wscript
parent564e066024deafebfe9cd7fbaa2478510b874a9b (diff)
downloadsamba-4cc06106998e49eaecf704a71ffb5e421ca67ab3.tar.gz
build: Do not check for unused functions futimes() and futimens()
Signed-off-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript
index b7dd5bd737a..da1eafbc750 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -138,7 +138,7 @@ def configure(conf):
conf.CHECK_FUNCS('fstatat')
conf.CHECK_FUNCS('getpwent_r setenv clearenv strcasecmp')
conf.CHECK_FUNCS('syslog vsyslog timegm setlocale')
- conf.CHECK_FUNCS('lutimes futimes utimensat futimens')
+ conf.CHECK_FUNCS('lutimes utimensat')
conf.CHECK_FUNCS('mlock munlock mlockall munlockall')
conf.CHECK_FUNCS('memalign posix_memalign hstrerror')
conf.CHECK_FUNCS_IN('yp_get_default_domain', 'nsl')
@@ -397,7 +397,6 @@ fchown
fseeko
fsync
futimens
-futimes
getauthuid
getcwd
getgrent