X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Fsyscall.h;h=1147e9f39da1ccaaad7ef475f593dffa9b35d3e5;hb=450f2c4a8515f2c5c9f469082bf69fdef009d26a;hp=88cd0d7d5c8a9ecb69fb60d271b1e43a5a4a27b2;hpb=836ba93d93f901d25e8ed4ac34209cf547d8e217;p=musl diff --git a/arch/i386/bits/syscall.h b/arch/i386/bits/syscall.h index 88cd0d7d..1147e9f3 100644 --- a/arch/i386/bits/syscall.h +++ b/arch/i386/bits/syscall.h @@ -1,6 +1,7 @@ -#define __SYSCALL_LL(x) \ +#define __SYSCALL_LL_E(x) \ ((union { long long ll; long l[2]; }){ .ll = x }).l[0], \ ((union { long long ll; long l[2]; }){ .ll = x }).l[1] +#define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x)) static inline long __syscall0(long __n) { @@ -469,6 +470,7 @@ static inline long __syscall6(long __n, long __a1, long __a2, long __a3, long __ #define __NR_inotify_init1 332 #define __NR_preadv 333 #define __NR_pwritev 334 +#define __NR_prlimit64 340 /* fixup legacy 16-bit junk */ #undef __NR_lchown @@ -880,6 +882,7 @@ static inline long __syscall6(long __n, long __a1, long __a2, long __a3, long __ #define SYS_inotify_init1 332 #define SYS_preadv 333 #define SYS_pwritev 334 +#define SYS_prlimit64 340 /* fixup legacy 16-bit junk */ #undef SYS_lchown