summaryrefslogtreecommitdiff
path: root/modules/getpagesize
blob: 015fbe6bdfe22075958ede984b4c25a32d97c06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
getpagesize() function: Return memory page size.

Files:
lib/getpagesize.c
m4/getpagesize.m4

Depends-on:
unistd

configure.ac:
gl_FUNC_GETPAGESIZE
if test $REPLACE_GETPAGESIZE = 1; then
  AC_LIBOBJ([getpagesize])
fi
gl_UNISTD_MODULE_INDICATOR([getpagesize])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
Jim Meyering