Add emulation of statvfs and fstatvfs based on statfs / fstatfs.
commitb0d0fe3dc61c075ef2eaeba8adc03bb8ee0c4a38
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 21 Jul 2005 21:33:26 +0000 (21 21:33 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 21 Jul 2005 21:33:26 +0000 (21 21:33 +0000)
tree62a36c786525b4c724362fe2ba7fd8eb22c31b63
parente6d22511675ff9989efa2c705f9ea46c1ec99cc1
Add emulation of statvfs and fstatvfs based on statfs / fstatfs.
lib/libc/include/libc_private.h
lib/libc/sys/Makefile.inc
lib/libc/sys/__cvtstatvfs.c [new file with mode: 0644]
lib/libc/sys/fstatvfs.c [new file with mode: 0644]
lib/libc/sys/statvfs.c [new file with mode: 0644]
sys/sys/statvfs.h