mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-03-13 13:59:07 +08:00
libbacktrace: declare getpagesize if necessary
Fixes https://gcc.gnu.org/PR95012.
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
/* Define to 1 if you have the `clock_gettime' function. */
|
||||
#undef HAVE_CLOCK_GETTIME
|
||||
|
||||
/* Define to 1 if you have the declaration of `getpagesize', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL_GETPAGESIZE
|
||||
|
||||
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL_STRNLEN
|
||||
|
||||
Reference in New Issue
Block a user