Reorganize libmsl

This commit is contained in:
2026-02-21 11:52:33 +01:00
parent 23d6d443df
commit b43127e023
13 changed files with 13 additions and 13 deletions

11
libmsl/syscall.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _LIBMSL_M_SYSCALL_H
#define _LIBMSL_M_SYSCALL_H
#include <m/syscall_defs.h>
#if defined(__x86_64__)
#include <amd64/syscall.h>
#define syscall amd64_syscall
#endif
#endif // _LIBMSL_M_SYSCALL_H