feat: refine symbolic link support.
[lunaix-os.git] / lunaix-os / includes / lunaix / fs.h
index 4b2888157d59003569801d30fbcf6d13c32565f6..add77983b5fd1008857374f6b767152d2593dbb1 100644 (file)
@@ -19,7 +19,7 @@
 #define VFS_IFFILE 0x2
 #define VFS_IFSEQDEV 0x4
 #define VFS_IFVOLDEV 0x8
-#define VFS_IFSYMLINK 0x16
+#define VFS_IFSYMLINK 0x10
 
 #define VFS_WALK_MKPARENT 0x1
 #define VFS_WALK_FSRELATIVE 0x2