diff options
author | Anton Kling <anton@kling.gg> | 2024-10-14 21:42:38 +0200 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-10-14 21:42:38 +0200 |
commit | 87af93c7521be331a5794c6a53f31d13b3a24baa (patch) | |
tree | 7807e28e64b17bebd3a5ad4f980fbada3278e6df /userland/libc/include/syscall.h | |
parent | a5b508d1fb751015ecb9b6701749dcdcd81e3071 (diff) |
kernel: stuff
Diffstat (limited to 'userland/libc/include/syscall.h')
-rw-r--r-- | userland/libc/include/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/syscall.h b/userland/libc/include/syscall.h index dda4b82..a0303f4 100644 --- a/userland/libc/include/syscall.h +++ b/userland/libc/include/syscall.h @@ -52,6 +52,7 @@ #define SYS_QUEUE_MOD_ENTRIES 44 #define SYS_QUEUE_WAIT 45 #define SYS_SENDFILE 46 +#define SYS_SHM_UNLINK 47 int syscall(uint32_t eax, uint32_t ebx, uint32_t ecx, uint32_t edx, uint32_t esi, uint32_t edi); |