diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2017-09-20 19:31:46 +0300 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2019-07-07 22:32:50 +0200 |
| commit | 41c367fdfd099fd1d2e926169ad3be085ce6a3ac (patch) | |
| tree | 524f2e0c67d30697b030f3ae7de923f7c5c95423 /arch/arm | |
| parent | 6de88912a0c50f023ac435e7171b81981baab28e (diff) | |
Fix "BACKPORT: ARM: wire up getrandom syscall"
* Syscalls need to be greater than __NR_last_syscall+1 in order to
account for the padding in the syscall table
Change-Id: Ide15e25e8a2287fff29c75d898c935318b660ea2
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 0b7f01234..32640c431 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h @@ -19,7 +19,7 @@ * This may need to be greater than __NR_last_syscall+1 in order to * account for the padding in the syscall table */ -#define __NR_syscalls (385) +#define __NR_syscalls (388) /* * *NOTE*: This is a ghost syscall private to the kernel. Only the |
