Hash :
16e9d079
Author :
Date :
2019-12-08T21:49:32
Fix compilation error in C++ mode on HP-UX 11. * lib/unistd.in.h (getpagesize): Declare on HP-UX. * doc/glibc-functions/getpagesize.texi: Mention the HP-UX problem.
@node getpagesize
@subsection @code{getpagesize}
@findex getpagesize
Documentation:
@itemize
@item
@ifinfo
@ref{Query Memory Parameters,,How to get information about the memory subsystem?,libc},
@end ifinfo
@ifnotinfo
@url{https://www.gnu.org/software/libc/manual/html_node/Query-Memory-Parameters.html},
@end ifnotinfo
@item
@uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getpagesize.2.html,,man getpagesize}.
@end itemize
Gnulib module: getpagesize
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
MSVC 14, Android 4.4.
@item
This function is not declared on some platforms:
HP-UX 11 with compiler option @code{-D_XOPEN_SOURCE=600}.
@item
This function is broken on some platforms:
mingw.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize