From 90e037bdc3049fca87787b18147f9cff51f32b91 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 24 Apr 2012 18:46:47 +0000 Subject: Merge sysdeps/unix/mman into sysdeps/unix. --- sysdeps/unix/mman/syscalls.list | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sysdeps/unix/mman/syscalls.list (limited to 'sysdeps/unix/mman') diff --git a/sysdeps/unix/mman/syscalls.list b/sysdeps/unix/mman/syscalls.list deleted file mode 100644 index 7db8eb7729..0000000000 --- a/sysdeps/unix/mman/syscalls.list +++ /dev/null @@ -1,11 +0,0 @@ -# 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 b:aniiii __mmap mmap -mprotect - mprotect i:aii __mprotect mprotect -msync - msync Ci:aii __libc_msync msync -munmap - munmap i:ai __munmap munmap -- cgit 1.4.1