summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fcstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcstat.c b/src/fcstat.c
index 5a2bd7c..4f69eae 100644
--- a/src/fcstat.c
+++ b/src/fcstat.c
@@ -386,7 +386,7 @@ FcFStatFs (int fd, FcStatFS *statb)
# endif
# if defined(HAVE_STRUCT_STATFS_F_FSTYPENAME)
p = buf.f_fstypename;
-# elif defined(__linux__)
+# elif defined(__linux__) || defined (__EMSCRIPTEN__)
switch (buf.f_type)
{
case 0x6969: /* nfs */