feat: (iso9660) directory read support
[lunaix-os.git] / lunaix-os / includes / lunaix / syscall.h
index 6169781c2ab12efb58fc69a999ec83c668f50470..82fc4b9b6bc96f0998809f2f36b27682b28819f1 100644 (file)
@@ -58,6 +58,8 @@
 #define __SYSCALL_getpgid 49
 #define __SYSCALL_setpgid 50
 
+#define __SYSCALL_syslog 51
+
 #define __SYSCALL_MAX 0x100
 
 #ifndef __ASM__
@@ -145,4 +147,5 @@ syscall_install();
         ___DOINT33(__SYSCALL_##name, rettype)                                  \
     }
 #endif
+
 #endif /* __LUNAIX_SYSCALL_H */