From dc3e1771cd0074a32581967f34fd94b98eaa672a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 8 Jan 2006 11:43:41 +0000 Subject: create hidden alias for truncate/ftruncate and use those in the 64bit versions --- libc/sysdeps/linux/common/ftruncate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/ftruncate.c') diff --git a/libc/sysdeps/linux/common/ftruncate.c b/libc/sysdeps/linux/common/ftruncate.c index f24ca8d9e..a25fd0285 100644 --- a/libc/sysdeps/linux/common/ftruncate.c +++ b/libc/sysdeps/linux/common/ftruncate.c @@ -10,3 +10,4 @@ #include "syscalls.h" #include _syscall2(int, ftruncate, int, fd, __off_t, length); +hidden_strong_alias(ftruncate, __ftruncate) -- cgit v1.2.3