1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00
* include/sys/statvfs.h: New file.
This commit is contained in:
Ulrich Drepper
2001-01-25 10:25:08 +00:00
parent 87d2f3f00a
commit c1fac80331
4 changed files with 11 additions and 1 deletions

7
include/sys/statvfs.h Normal file
View File

@@ -0,0 +1,7 @@
#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