summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/truncate64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/truncate64.c')
-rw-r--r--libc/sysdeps/linux/common/truncate64.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/truncate64.c b/libc/sysdeps/linux/common/truncate64.c
index 6dfdc4c07..1f5f862e5 100644
--- a/libc/sysdeps/linux/common/truncate64.c
+++ b/libc/sysdeps/linux/common/truncate64.c
@@ -52,4 +52,6 @@ int truncate64(const char * path, __off64_t length)
return -1;
}
-#endif
+
+#endif /* __NR_truncate64 */
+libc_hidden_def(truncate64)