mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
279 B
Plaintext
25 lines
279 B
Plaintext
Description:
|
|
getpagesize() function: Return memory page size.
|
|
|
|
Files:
|
|
lib/getpagesize.c
|
|
m4/getpagesize.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETPAGESIZE
|
|
gl_UNISTD_MODULE_INDICATOR([getpagesize])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|