diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/ustat.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/ustat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/ustat.c b/sysdeps/unix/sysv/linux/mips/ustat.c index 8f5002ce92..a309f7104c 100644 --- a/sysdeps/unix/sysv/linux/mips/ustat.c +++ b/sysdeps/unix/sysv/linux/mips/ustat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -25,8 +25,6 @@ #include <sys/syscall.h> #include <bp-checks.h> -extern int __syscall_ustat (unsigned long dev, struct ustat *__unbounded ubuf); - int ustat (dev_t dev, struct ustat *ubuf) { |