repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
select: Fix "warning: no previous prototype for function".
[gnulib.git]
/
modules
/
getpagesize
blob
015fbe6bdfe22075958ede984b4c25a32d97c06f
1
Description:
2
getpagesize() function: Return memory page size.
3
4
Files:
5
lib/getpagesize.c
6
m4/getpagesize.m4
7
8
Depends-on:
9
unistd
10
11
configure.ac:
12
gl_FUNC_GETPAGESIZE
13
if test $REPLACE_GETPAGESIZE = 1; then
14
AC_LIBOBJ([getpagesize])
15
fi
16
gl_UNISTD_MODULE_INDICATOR([getpagesize])
17
18
Makefile.am:
19
20
Include:
21
<unistd.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
Jim Meyering