Auxilary scripts for formatting all components
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
#include <m/syscall.h>
|
||||
#include <m/syscall_defs.h>
|
||||
|
||||
int m_proc_quit (void) {
|
||||
return m_syscall (SYS_PROC_QUIT, 0, 0, 0, 0, 0, 0);
|
||||
}
|
||||
int m_proc_quit (void) { return m_syscall (SYS_PROC_QUIT, 0, 0, 0, 0, 0, 0); }
|
||||
|
||||
int m_proc_test (void) {
|
||||
return m_syscall (SYS_PROC_TEST, 0, 0, 0, 0, 0, 0);
|
||||
}
|
||||
int m_proc_test (void) { return m_syscall (SYS_PROC_TEST, 0, 0, 0, 0, 0, 0); }
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#include <m/syscall_defs.h>
|
||||
|
||||
#if defined(__x86_64__)
|
||||
#include <amd64/syscall.h>
|
||||
#define m_syscall msl_amd64_syscall
|
||||
#include <amd64/syscall.h>
|
||||
#define m_syscall msl_amd64_syscall
|
||||
#endif
|
||||
|
||||
#endif // _LIBMSL_M_SYSCALL_H
|
||||
|
||||
Reference in New Issue
Block a user