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, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/munmap.c b/libc/sysdeps/linux/common/munmap.c
index 81a65fb15..37b939993 100644
--- a/libc/sysdeps/linux/common/munmap.c
+++ b/libc/sysdeps/linux/common/munmap.c
@@ -11,7 +11,7 @@
#include <unistd.h>
#include <sys/mman.h>
-libc_hidden_proto(munmap)
+/* libc_hidden_proto(munmap) */
_syscall2(int, munmap, void *, start, size_t, length)
libc_hidden_def(munmap)