summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/munmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/munmap.c')
-rw-r--r--libc/sysdeps/linux/common/munmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/munmap.c b/libc/sysdeps/linux/common/munmap.c
index 736bffee2..22c393ffc 100644
--- a/libc/sysdeps/linux/common/munmap.c
+++ b/libc/sysdeps/linux/common/munmap.c
@@ -8,9 +8,7 @@
*/
#include <sys/syscall.h>
-#include <unistd.h>
#include <sys/mman.h>
-
_syscall2(int, munmap, void *, start, size_t, length)
libc_hidden_def(munmap)