]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define STAT.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 10:25:46 +0000 (10:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 10:25:46 +0000 (10:25 +0000)
sysdeps/unix/sysv/linux/fstatvfs.c

index dbc4c552a5bae5b3c6254dffd5b9ad658f7a44af..b69bf77cb64ecf4cbd5d44fe1d68021f91a08ae1 100644 (file)
@@ -37,8 +37,9 @@ fstatvfs (int fd, struct statvfs *buf)
   if (__fstatfs (fd, &fsbuf) < 0)
     return -1;
 
+#define STAT(st) fstat (fd, st)
 #include "internal_statvfs.c"
-  
+
   /* We signal success if the statfs call succeeded.  */
   return 0;
 }