diff options
Diffstat (limited to 'src/_syscall.h')
-rw-r--r-- | src/_syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_syscall.h b/src/_syscall.h index aa97fadf..805e9d1e 100644 --- a/src/_syscall.h +++ b/src/_syscall.h @@ -6,6 +6,8 @@ #include "errno/ENOSYS.h" #endif +#define __syscall syscall + #define SYSCALL(_name, _type, _err, _a1, _a2, _a3, _a4, _a5, _a6) \ static int _scno = -2; \ if (_scno == -2) { \ |