diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/ustat.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/ustat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/ustat.c b/sysdeps/unix/sysv/linux/ustat.c index 8cec8eb9b7..a8dfbb4191 100644 --- a/sysdeps/unix/sysv/linux/ustat.c +++ b/sysdeps/unix/sysv/linux/ustat.c @@ -20,6 +20,9 @@ #include <sys/ustat.h> #include <sys/sysmacros.h> + +extern int __syscall_ustat (unsigned short int dev, struct ustat *ubuf); + int ustat (dev_t dev, struct ustat *ubuf) { |