diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/fxstat.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/fxstat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/fxstat.c b/sysdeps/unix/sysv/linux/fxstat.c index 6acafa261b..47c98158b1 100644 --- a/sysdeps/unix/sysv/linux/fxstat.c +++ b/sysdeps/unix/sysv/linux/fxstat.c @@ -33,8 +33,6 @@ #include <xstatconv.h> -extern int __syscall_fstat (int, struct kernel_stat *__unbounded); - /* Get information about the file FD in BUF. */ int __fxstat (int vers, int fd, struct stat *buf) |