diff options
Diffstat (limited to 'buildlib/statvfs.h.in')
-rw-r--r-- | buildlib/statvfs.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildlib/statvfs.h.in b/buildlib/statvfs.h.in new file mode 100644 index 000000000..86b8c52cd --- /dev/null +++ b/buildlib/statvfs.h.in @@ -0,0 +1,4 @@ +/* Compatibility for systems with out Single Unix Spec statvfs */ +#include <sys/vfs.h> + +#define statvfs statfs |