fix some struct padding to match LSB/glibc ABI where it may be helpful
[musl] / include / sys / statfs.h
1 #ifndef _SYS_STATFS_H
2 #define _SYS_STATFS_H
3
4 #include <sys/statvfs.h>
5
6 #define statfs statvfs
7 #define fstatfs fstatvfs
8 #define f_namelen f_namemax
9
10 #endif