mmap2.2: Reword note on glibc mmap() wrapper invocation of mmap2()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-25 16:09:02 +01:00
parent bc9bb309e9
commit f4e8dfa791
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ is available since Linux 2.3.31.
.SH CONFORMING TO
This system call is Linux-specific.
.SH NOTES
Nowadays, the glibc
On architectures where this system call is present,
the glibc
.BR mmap ()
wrapper function invokes this system call rather than the
.BR mmap (2)