mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
faf85e08bc
* io/sys/vfs.h: New file.
5 lines
161 B
C
5 lines
161 B
C
/* Other systems declare `struct statfs' et al in <sys/vfs.h>,
|
|
so we have this file to be compatible with programs expecting it. */
|
|
|
|
#include <sys/statfs.h>
|