aboutsummaryrefslogtreecommitdiffstats
path: root/man2/getpagesize.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getpagesize.2')
-rw-r--r--man2/getpagesize.210
1 files changed, 9 insertions, 1 deletions
diff --git a/man2/getpagesize.2 b/man2/getpagesize.2
index 1874b461a1..6fa8414894 100644
--- a/man2/getpagesize.2
+++ b/man2/getpagesize.2
@@ -20,13 +20,21 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH GETPAGESIZE 2 2001-12-21 "Linux" "Linux Programmer's Manual"
+.TH GETPAGESIZE 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.SH NAME
getpagesize \- get memory page size
.SH SYNOPSIS
.B #include <unistd.h>
.sp
.B int getpagesize(void);
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR getpagesize ():
+_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
.SH DESCRIPTION
The function
.BR getpagesize ()