diff options
| -rw-r--r-- | man3/posix_memalign.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index e092f1ac78..93cb00abe3 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -9,6 +9,9 @@ .TH POSIX_MEMALIGN 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> |
