summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/ftruncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/ftruncate.c')
-rw-r--r--libc/sysdeps/linux/common/ftruncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/ftruncate.c b/libc/sysdeps/linux/common/ftruncate.c
index 951720ba8..3449d8073 100644
--- a/libc/sysdeps/linux/common/ftruncate.c
+++ b/libc/sysdeps/linux/common/ftruncate.c
@@ -12,5 +12,5 @@
libc_hidden_proto(ftruncate)
-_syscall2(int, ftruncate, int, fd, __off_t, length);
+_syscall2(int, ftruncate, int, fd, __off_t, length)
libc_hidden_def(ftruncate)