diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/xstat64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/xstat64.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/xstat64.c b/sysdeps/unix/sysv/linux/xstat64.c index 803aeb3104..9e5110657a 100644 --- a/sysdeps/unix/sysv/linux/xstat64.c +++ b/sysdeps/unix/sysv/linux/xstat64.c @@ -32,12 +32,7 @@ # include <xstatconv.h> #endif -extern int __syscall_stat (const char *__unbounded, - struct kernel_stat *__unbounded); - #ifdef __NR_stat64 -extern int __syscall_stat64 (const char *__unbounded, - struct stat64 *__unbounded); # if __ASSUME_STAT64_SYSCALL == 0 /* The variable is shared between all wrappers around *stat64 calls. This is the definition. */ |