Add compat wrapper for fstatat

This commit is contained in:
Christian Göttsche
2020-10-26 21:16:43 +01:00
committed by cgzones
parent 049046c700
commit bbf01054bf
5 changed files with 71 additions and 3 deletions

View File

@ -88,7 +88,7 @@ AC_TYPE_UID_T
# ----------------------------------------------------------------------
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_STAT
AC_CHECK_FUNCS([memmove strncasecmp strstr strdup])
AC_CHECK_FUNCS([fstatat memmove strncasecmp strstr strdup])
save_cflags="${CFLAGS}"
CFLAGS="${CFLAGS} -std=c99"