mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-04-05 00:49:07 +08:00
libbacktrace: declare getpagesize if necessary
Fixes https://gcc.gnu.org/PR95012.
This commit is contained in:
@@ -383,7 +383,7 @@ if test "$have_fcntl" = "yes"; then
|
||||
[Define to 1 if you have the fcntl function])
|
||||
fi
|
||||
|
||||
AC_CHECK_DECLS(strnlen)
|
||||
AC_CHECK_DECLS([strnlen, getpagesize])
|
||||
AC_CHECK_FUNCS(lstat readlink)
|
||||
|
||||
# Check for getexecname function.
|
||||
|
||||
Reference in New Issue
Block a user