Compatibility function for faccessat

This commit is contained in:
Benny Baumann
2020-11-07 22:51:46 +01:00
committed by BenBE
parent 09fe94da18
commit 98fce1fb43
4 changed files with 43 additions and 1 deletions

View File

@ -88,7 +88,7 @@ AC_TYPE_UID_T
# ----------------------------------------------------------------------
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_STAT
AC_CHECK_FUNCS([fstatat memmove readlinkat strdup strncasecmp strstr])
AC_CHECK_FUNCS([faccessat fstatat memmove readlinkat strdup strncasecmp strstr])
AC_SEARCH_LIBS([dlopen], [dl dld])