summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/mremap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/mremap.c')
-rw-r--r--libc/sysdeps/linux/common/mremap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/mremap.c b/libc/sysdeps/linux/common/mremap.c
index 04548d5ec..e7c1caa95 100644
--- a/libc/sysdeps/linux/common/mremap.c
+++ b/libc/sysdeps/linux/common/mremap.c
@@ -20,7 +20,7 @@ void *mremap(void *, size_t, size_t, int, void *);
libc_hidden_proto(mremap)
_syscall5(void *, mremap, void *, old_address, size_t, old_size, size_t,
- new_size, int, may_move, void *, new_address);
+ new_size, int, may_move, void *, new_address)
libc_hidden_def(mremap)
#endif