diff options
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 7d84b8f..3af425d 100644 --- a/userland/libc/include/syscall.h +++ b/userland/libc/include/syscall.h @@ -33,6 +33,7 @@ #define SYS_UPTIME 25 #define SYS_MKDIR 26 #define SYS_RECVFROM 27 +#define SYS_SENDTO 28 int syscall(uint32_t eax, uint32_t ebx, uint32_t ecx, uint32_t edx, uint32_t esi, uint32_t edi); |