mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
22 lines
245 B
Plaintext
22 lines
245 B
Plaintext
Description:
|
|
getpagesize() function: Return memory page size.
|
|
|
|
Files:
|
|
lib/getpagesize.h
|
|
m4/getpagesize.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_GETPAGESIZE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += getpagesize.h
|
|
|
|
Include:
|
|
"getpagesize.h"
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|