From 53bef5c55e05c7423dd497006e86fae152a983b1 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 10 Nov 2018 20:48:50 +0000 Subject: aarch64, or1k: define rseq syscall number following linux v4.19 added in linux commit db7a2d1809a5b6b08d138ff68837f805fc073351 --- arch/aarch64/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/aarch64/bits') diff --git a/arch/aarch64/bits/syscall.h.in b/arch/aarch64/bits/syscall.h.in index 47a969bc..c22703c5 100644 --- a/arch/aarch64/bits/syscall.h.in +++ b/arch/aarch64/bits/syscall.h.in @@ -275,4 +275,5 @@ #define __NR_pkey_free 290 #define __NR_statx 291 #define __NR_io_pgetevents 292 +#define __NR_rseq 293 -- cgit v1.2.1