Update.
[glibc.git] / sysdeps / unix / mman / syscalls.list
blob1d3173eafd49c76ca7c513c998456ef68936d3eb
1 # This interface desciption corresponds to the POSIX.1 description.  The
2 # 4.4BSD interface is slightly different since the `msync' function takes
3 # only 2 arguments.
5 # File name     Caller  Syscall name    # args  Strong name     Weak names
7 madvise         -       madvise         3       madvise
8 mmap            -       mmap            6       __mmap          mmap
9 mprotect        -       mprotect        3       __mprotect      mprotect
10 msync           -       msync           3       __libc_msync    msync
11 munmap          -       munmap          2       __munmap        munmap