diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/truncate64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/truncate64.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/truncate64.c b/sysdeps/unix/sysv/linux/truncate64.c index fc879cf5a9..764e808386 100644 --- a/sysdeps/unix/sysv/linux/truncate64.c +++ b/sysdeps/unix/sysv/linux/truncate64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -33,10 +33,6 @@ int __have_no_truncate64; #endif -/* The order of hight, low depends on endianness. */ -extern int __syscall_truncate64 (const char *__unbounded path, - int high_length, int low_length); - /* Truncate the file FD refers to to LENGTH bytes. */ int truncate64 (const char *path, off64_t length) |