diff options
Diffstat (limited to 'man2/mmap2.2')
| -rw-r--r-- | man2/mmap2.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/mmap2.2 b/man2/mmap2.2 index 690471b901..cd032cde51 100644 --- a/man2/mmap2.2 +++ b/man2/mmap2.2 @@ -33,9 +33,11 @@ mmap2 \- map files or devices into memory .B #include <sys/mman.h> .br .B #include <syscall.h> +.br +.B #include <errno.h> .sp -.BI "_syscall6(void *, " start ", size_t, " length ", int, " prot , -.BI "int, " flags ", int, " fd ", off_t, " pgoffset ) +.BI "_syscall6(void *, " mmap2 ", void *, " start ", size_t, " length , +.BI "int, " prot ", int, " flags ", int, " fd ", off_t, " pgoffset ) .sp .BI "void * mmap2(void *" start ", size_t " length ", int " prot , .BI "int " flags ", int " fd ", off_t " pgoffset ); |
