diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 17:42:06 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 17:42:06 +0000 |
commit | c3dfd2c880a868deec5b7446ce0469d99d9b7515 (patch) | |
tree | 3740a2cd9c413c463eb8a877e191208549f279b0 /man3/posix_memalign.3 | |
parent | 682edefb1bfc4e86ac804cff0e15c5d880fda907 (diff) |
ffix
Diffstat (limited to 'man3/posix_memalign.3')
-rw-r--r-- | man3/posix_memalign.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index 1ee10822..10c407f9 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -118,7 +118,9 @@ Everybody agrees that .BR posix_memalign () is declared in \fI<stdlib.h>\fP. In order to declare it, glibc needs -_GNU_SOURCE defined, or _XOPEN_SOURCE defined to a value not less than 600. +_GNU_SOURCE defined, or +.B _XOPEN_SOURCE +defined to a value not less than 600. On some systems .BR memalign () |