diff options
Diffstat (limited to 'libc/sysdeps/linux/common/munmap.c')
-rw-r--r-- | libc/sysdeps/linux/common/munmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/munmap.c b/libc/sysdeps/linux/common/munmap.c index 37b939993..736bffee2 100644 --- a/libc/sysdeps/linux/common/munmap.c +++ b/libc/sysdeps/linux/common/munmap.c @@ -11,7 +11,6 @@ #include <unistd.h> #include <sys/mman.h> -/* libc_hidden_proto(munmap) */ _syscall2(int, munmap, void *, start, size_t, length) libc_hidden_def(munmap) |