glibc/include/sys/statvfs.h
Ulrich Drepper c1fac80331 Update.
* include/sys/statvfs.h: New file.
2001-01-25 10:25:08 +00:00

8 lines
239 B
C

#ifndef _SYS_STATVFS_H
#include <io/sys/statvfs.h>
/* Now define the internal interfaces. */
extern int __statvfs64 (__const char *__file, struct statvfs64 *__buf);
extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf);
#endif