libbacktrace: declare getpagesize if necessary

Fixes https://gcc.gnu.org/PR95012.
This commit is contained in:
Ian Lance Taylor
2020-05-11 10:54:46 -07:00
parent 7206f5bd06
commit 14465a9574
5 changed files with 23 additions and 1 deletions

View File

@@ -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