ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / getpagesize
blob015fbe6bdfe22075958ede984b4c25a32d97c06f
1 Description:
2 getpagesize() function: Return memory page size.
4 Files:
5 lib/getpagesize.c
6 m4/getpagesize.m4
8 Depends-on:
9 unistd
11 configure.ac:
12 gl_FUNC_GETPAGESIZE
13 if test $REPLACE_GETPAGESIZE = 1; then
14   AC_LIBOBJ([getpagesize])
16 gl_UNISTD_MODULE_INDICATOR([getpagesize])
18 Makefile.am:
20 Include:
21 <unistd.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 Jim Meyering