mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00:00
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
|