From c1fac80331ab5740c240c0c2baeca19225626d47 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 25 Jan 2001 10:25:08 +0000 Subject: Update. * include/sys/statvfs.h: New file. --- include/sys/statvfs.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/sys/statvfs.h (limited to 'include/sys') diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h new file mode 100644 index 0000000..40acf9d --- /dev/null +++ b/include/sys/statvfs.h @@ -0,0 +1,7 @@ +#ifndef _SYS_STATVFS_H +#include + +/* Now define the internal interfaces. */ +extern int __statvfs64 (__const char *__file, struct statvfs64 *__buf); +extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf); +#endif -- cgit v1.1