Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
generic-glibc
sys
vfs.h
pretty
plain
permalink
blame
history
•
4 lines
•
160 B
1
/* Other systems declare `struct statfs' et al in <sys/vfs.h>,
2
so we have this file to be compatible with programs expecting it. */
3
4
#include <sys/statfs.h>