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 5c948abfd..81a65fb15 100644
--- a/libc/sysdeps/linux/common/munmap.c
+++ b/libc/sysdeps/linux/common/munmap.c
@@ -13,5 +13,5 @@
libc_hidden_proto(munmap)
-_syscall2(int, munmap, void *, start, size_t, length);
+_syscall2(int, munmap, void *, start, size_t, length)
libc_hidden_def(munmap)