i386: add arch_prctl syscall number from linux v4.12

syscall for i386 compat mode on x86_64 for non-x86_64 prctls.
new in linux commit 79170fda313ed5be2394f87aa2a00d597f8ed4a1
This commit is contained in:
Szabolcs Nagy 2017-09-10 11:12:29 +00:00 committed by Rich Felker
parent 840d45bebd
commit 2dc6760f3c
1 changed files with 1 additions and 0 deletions

View File

@ -381,4 +381,5 @@
#define __NR_pkey_alloc 381
#define __NR_pkey_free 382
#define __NR_statx 383
#define __NR_arch_prctl 384