feat: symlink(2) and realpathat syscall
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index 17b509e08e0ecfefe7c5555f4a8c80f85200819d..fe9224c8e89c6e3a30d4b62265c5be481437d136 100644 (file)
 #define ENOTSUP -14
 #define ENXIO -15
 #define ELOOP -16
+#define ENOTEMPTY -17
+#define EROFS -18
+#define EISDIR -19
+#define EBUSY -20
+#define EXDEV -21
+#define ELOOP -22
 
 #endif /* __LUNAIX_CODE_H */