Doc comment libmsl m/system.h

This commit is contained in:
2026-02-13 00:59:42 +01:00
parent 17c00e7922
commit 369efaec2e
8 changed files with 32 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
#include <stdint.h>
/* Performs a syscall for the AMD64 */
uintptr_t amd64_syscall (int syscall_num, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4,
uintptr_t a5, uintptr_t a6);