Drop m_ prefix from libmsl

This commit is contained in:
2026-01-14 20:56:09 +01:00
parent d1d772cb42
commit 2ab308d678
7 changed files with 47 additions and 94 deletions

View File

@@ -5,7 +5,7 @@
#if defined(__x86_64__)
#include <amd64/syscall.h>
#define m_syscall msl_amd64_syscall
#define syscall amd64_syscall
#endif
#endif // _LIBMSL_M_SYSCALL_H