Files
mop3/libu/syscall.h
kamkow1 6c01de8b0d
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 26s
Merge all libs into libu
2026-04-12 13:45:37 +02:00

12 lines
203 B
C

#ifndef _LIBMSL_M_SYSCALL_H
#define _LIBMSL_M_SYSCALL_H
#include <syscall_defs.h>
#if defined(__x86_64__)
#include <amd64/syscall.h>
#define syscall amd64_syscall
#endif
#endif // _LIBMSL_M_SYSCALL_H