feat: symlink(2) and realpathat syscall
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index df1a1d8c3e0ff2f220af32ce2cacee2791a570ed..fe9224c8e89c6e3a30d4b62265c5be481437d136 100644 (file)
@@ -24,5 +24,6 @@
 #define EISDIR -19
 #define EBUSY -20
 #define EXDEV -21
+#define ELOOP -22
 
 #endif /* __LUNAIX_CODE_H */