diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/syscall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/syscall.h b/src/internal/syscall.h index ff3cf53a..6d378a81 100644 --- a/src/internal/syscall.h +++ b/src/internal/syscall.h @@ -12,6 +12,10 @@ #define SYSCALL_MMAP2_UNIT 4096ULL #endif +#ifndef __SYSCALL_LL_PRW +#define __SYSCALL_LL_PRW(x) __SYSCALL_LL_O(x) +#endif + #ifndef __scc #define __scc(X) ((long) (X)) typedef long syscall_arg_t; |