aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sys/file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/file.h b/include/sys/file.h
index 4fee255fd..fbeb8e258 100644
--- a/include/sys/file.h
+++ b/include/sys/file.h
@@ -25,6 +25,7 @@
#ifndef _SPL_FILE_H
#define _SPL_FILE_H
-#define FKIOCTL 0x80000000
+#define FIGNORECASE 0x00080000
+#define FKIOCTL 0x80000000
#endif /* SPL_FILE_H */