소스 검색

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
Szabolcs Nagy 7 년 전
부모
커밋
2dc6760f3c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/i386/bits/syscall.h.in

+ 1 - 0
arch/i386/bits/syscall.h.in

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