diff options
Diffstat (limited to 'libc/sysdeps/linux/common/truncate64.c')
-rw-r--r-- | libc/sysdeps/linux/common/truncate64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/truncate64.c b/libc/sysdeps/linux/common/truncate64.c index cf74812d6..06b076c4f 100644 --- a/libc/sysdeps/linux/common/truncate64.c +++ b/libc/sysdeps/linux/common/truncate64.c @@ -12,6 +12,8 @@ * the main directory of this archive for more details. */ +#define truncate __truncate + #include <features.h> #include <unistd.h> #include <errno.h> |