diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:00:55 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:00:55 +0000 |
commit | ecd4491ed7003505925fb81c06c425009b1a2443 (patch) | |
tree | feb4c03a758145240355d001522a60763f2d5465 /man3/posix_memalign.3 | |
parent | db4e96b771dcaefb5271776ecb6d78dd8332dc42 (diff) |
ffix
Diffstat (limited to 'man3/posix_memalign.3')
-rw-r--r-- | man3/posix_memalign.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index 146e44f5..4e4e663f 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -118,7 +118,8 @@ Everybody agrees that .BR posix_memalign () is declared in \fI<stdlib.h>\fP. In order to declare it, glibc needs -_GNU_SOURCE defined, or +.B _GNU_SOURCE +defined, or .B _XOPEN_SOURCE defined to a value not less than 600. @@ -138,7 +139,8 @@ is defined, or, for glibc, if .B _XOPEN_SOURCE_EXTENDED is defined, or, equivalently, -_XOPEN_SOURCE is defined to a value not less than 500). +.B _XOPEN_SOURCE +is defined to a value not less than 500). .SH NOTES On many systems there are alignment restrictions, for example, on buffers used for direct block device I/O. |