mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
c1fac80331
* include/sys/statvfs.h: New file.
8 lines
239 B
C
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
|