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