From b14be6fe433de5ece5eb75525943931df11af90f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Jun 2003 08:11:28 +0000 Subject: Update. 2003-06-26 Steven Munroe * sysdeps/unix/sysv/linux/xstatconv.h [!STAT_IS_KERNEL_STAT]: Conditionalize function definitions that use struct kernel_stat. * sysdeps/unix/sysv/linux/fxstat.c: Remove __syscall_fstat extern. * sysdeps/unix/sysv/linux/lxstat.c: Remove __syscall_lstat extern. * sysdeps/unix/sysv/linux/xstat.c: Remove __syscall_stat extern. --- sysdeps/unix/sysv/linux/xstat.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/unix/sysv/linux/xstat.c') diff --git a/sysdeps/unix/sysv/linux/xstat.c b/sysdeps/unix/sysv/linux/xstat.c index de6a57d7ac..60138ee93d 100644 --- a/sysdeps/unix/sysv/linux/xstat.c +++ b/sysdeps/unix/sysv/linux/xstat.c @@ -32,9 +32,6 @@ #include -extern int __syscall_stat (const char *__unbounded, - struct kernel_stat *__unbounded); - /* Get information about the file NAME in BUF. */ int __xstat (int vers, const char *name, struct stat *buf) -- cgit v1.2.3