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/ftruncate64.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/common/ftruncate64.c') diff --git a/libc/sysdeps/linux/common/ftruncate64.c b/libc/sysdeps/linux/common/ftruncate64.c index 3cbc9a799..51392a1aa 100644 --- a/libc/sysdeps/linux/common/ftruncate64.c +++ b/libc/sysdeps/linux/common/ftruncate64.c @@ -12,6 +12,8 @@ * the main directory of this archive for more details. */ +#define ftruncate __ftruncate + #include #include #include -- cgit v1.2.3