X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fsyscall.h;h=6d378a81982b66a251ae8e9b3d1610dc8624cfc4;hb=aaa29c26eed4a09625e61c6af31d16b1a4163fc3;hp=ff3cf53a8cbed53f1d05862e0ee9d56ae345a5e5;hpb=a5e133bf29d42101ba90012b3b03b670bbb949b2;p=musl 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;