We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab50b8 commit f457470Copy full SHA for f457470
llvm/lib/Support/Unix/Path.inc
@@ -56,7 +56,7 @@
56
57
#include <sys/types.h>
58
#if !defined(__APPLE__) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && \
59
- !defined(__linux__)
+ !defined(__linux__) && !defined(__FreeBSD_kernel__)
60
#include <sys/statvfs.h>
61
#define STATVFS statvfs
62
#define FSTATVFS fstatvfs
0 commit comments