Add emulation of statvfs and fstatvfs based on statfs / fstatfs.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 21 Jul 2005 21:33:26 +0000 (21:33 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 21 Jul 2005 21:33:26 +0000 (21:33 +0000)
commita20b11ab762e09d188515e7e2b5609c8dbc17d1f
tree6ec3af4476304bf71b055c797476d93c641433aa
parente3a14b1fa9f505dcee92591a1fc5640924dffae5
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