diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 10:25:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 10:25:08 +0000 |
commit | c1fac80331ab5740c240c0c2baeca19225626d47 (patch) | |
tree | 5d06e0d07bee835717c62fba3a3b9efffc0b5ffe /include | |
parent | 87d2f3f00a4ca5d693855a7202ec0036dd8b23a6 (diff) | |
download | glibc-c1fac80331ab5740c240c0c2baeca19225626d47.tar.gz glibc-c1fac80331ab5740c240c0c2baeca19225626d47.tar.xz glibc-c1fac80331ab5740c240c0c2baeca19225626d47.zip |
Update.
* include/sys/statvfs.h: New file.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/statvfs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h new file mode 100644 index 0000000000..40acf9db16 --- /dev/null +++ b/include/sys/statvfs.h @@ -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 |