about summary refs log tree commit diff
path: root/sysdeps/unix/mman/syscalls.list
blob: 67aa9489152da00d6fc73c3d26be23c0209023d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# This interface desciption corresponds to the POSIX.1 description.  The
# 4.4BSD interface is slightly different since the `msync' function takes
# only 2 arguments.

# File name	Caller	Syscall name	# args	Strong name	Weak names

madvise		-	madvise		i:pii	madvise
mmap		-	mmap		p:piiiii	__mmap		mmap
mprotect	-	mprotect	i:pii	__mprotect	mprotect
msync		-	msync		i:pii	__libc_msync	msync
munmap		-	munmap		i:pi	__munmap	munmap