mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
build: Remove tests for getdents() and getdirentries()
These date back to3a9beef2b7
in 2003 and829e72fe9c
in 1998 and appear to be related to smbwrapper. More of these should be removed but the getdirents() test caused a timeout on an ARM builder in Debian. It might just be a fluke but the tests are pointless regardless. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Sep 17 13:48:18 UTC 2019 on sn-devel-184
This commit is contained in:
parent
5a80f399b5
commit
16eb80058c
@ -422,7 +422,7 @@ def configure(conf):
|
||||
define = 'HAVE_BSD_STRTOLL',
|
||||
)
|
||||
conf.CHECK_FUNCS('if_nametoindex strerror_r')
|
||||
conf.CHECK_FUNCS('getdirentries getdents syslog')
|
||||
conf.CHECK_FUNCS('syslog')
|
||||
conf.CHECK_FUNCS('gai_strerror get_current_dir_name')
|
||||
conf.CHECK_FUNCS('timegm getifaddrs freeifaddrs mmap setgroups syscall setsid')
|
||||
conf.CHECK_FUNCS('getgrent_r getgrgid_r getgrnam_r getgrouplist getpagesize')
|
||||
|
@ -393,7 +393,7 @@ __fchdir fchmod fchown _fcntl __fcntl fcvt fcvtl fdatasync
|
||||
_fork __fork fseeko
|
||||
_fstat __fstat fsync
|
||||
futimens futimes __fxstat getauthuid
|
||||
getcwd _getcwd __getcwd getdents __getdents getdirentries
|
||||
getcwd _getcwd __getcwd
|
||||
getgrent getgrnam getgrouplist getgrset getmntent getpagesize
|
||||
getpwanam getpwent_r getrlimit
|
||||
glob grantpt hstrerror initgroups innetgr
|
||||
|
Loading…
Reference in New Issue
Block a user