summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/ftruncate64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/ftruncate64.c')
-rw-r--r--libc/sysdeps/linux/common/ftruncate64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/ftruncate64.c b/libc/sysdeps/linux/common/ftruncate64.c
index 4d00b0294..c5a616007 100644
--- a/libc/sysdeps/linux/common/ftruncate64.c
+++ b/libc/sysdeps/linux/common/ftruncate64.c
@@ -21,7 +21,6 @@
# include <sys/types.h>
# include <sys/syscall.h>
-/* libc_hidden_proto(ftruncate64) */
# ifdef __NR_ftruncate64
@@ -52,7 +51,6 @@ int ftruncate64 (int fd, __off64_t length)
# else /* __NR_ftruncate64 */
-/* libc_hidden_proto(ftruncate) */
int ftruncate64 (int fd, __off64_t length)
{