mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Add compat wrapper for fstatat
This commit is contained in:

committed by
cgzones

parent
049046c700
commit
bbf01054bf
@ -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"
|
||||
|
Reference in New Issue
Block a user