diff options
Diffstat (limited to 'libc/sysdeps/linux/common/ftruncate64.c')
-rw-r--r-- | libc/sysdeps/linux/common/ftruncate64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/ftruncate64.c b/libc/sysdeps/linux/common/ftruncate64.c index 48760879a..132789144 100644 --- a/libc/sysdeps/linux/common/ftruncate64.c +++ b/libc/sysdeps/linux/common/ftruncate64.c @@ -21,7 +21,7 @@ # include <sys/types.h> # include <sys/syscall.h> -libc_hidden_proto(ftruncate64) +/* libc_hidden_proto(ftruncate64) */ # ifdef __NR_ftruncate64 @@ -64,7 +64,7 @@ int ftruncate64 (int fd, __off64_t length) # else /* __NR_ftruncate64 */ -libc_hidden_proto(ftruncate) +/* libc_hidden_proto(ftruncate) */ int ftruncate64 (int fd, __off64_t length) { |