X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/290981180b9abc454e017271a8ebe75478c00e86..880dfb534e71a2fcc1457e48112f22abf06a9bad:/lunaix-os/includes/lunaix/syscall.h diff --git a/lunaix-os/includes/lunaix/syscall.h b/lunaix-os/includes/lunaix/syscall.h index 6169781..82fc4b9 100644 --- a/lunaix-os/includes/lunaix/syscall.h +++ b/lunaix-os/includes/lunaix/syscall.h @@ -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 */