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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/truncate.c b/libc/sysdeps/linux/common/truncate.c
index 02527d949..dd69bcb3e 100644
--- a/libc/sysdeps/linux/common/truncate.c
+++ b/libc/sysdeps/linux/common/truncate.c
@@ -10,3 +10,4 @@
#include "syscalls.h"
#include <unistd.h>
_syscall2(int, truncate, const char *, path, __off_t, length);
+hidden_strong_alias(truncate, __truncate)