diff options
author | Helge Deller <deller@gmx.de> | 2021-11-16 13:11:26 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-11-18 09:02:00 +0100 |
commit | 8f663eb3b7e8c4c88919be8c42768a8100ca6060 (patch) | |
tree | 8ed92cbdc3301bf9af254c737b2afdf84118b746 /arch/parisc/kernel/syscalls | |
parent | parisc: Include stringify.h to avoid build error in crypto/api.c (diff) | |
download | linux-8f663eb3b7e8c4c88919be8c42768a8100ca6060.tar.xz linux-8f663eb3b7e8c4c88919be8c42768a8100ca6060.zip |
parisc: Wire up futex_waitv
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/syscalls')
-rw-r--r-- | arch/parisc/kernel/syscalls/syscall.tbl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/syscalls/syscall.tbl b/arch/parisc/kernel/syscalls/syscall.tbl index bf751e0732b7..358c00000755 100644 --- a/arch/parisc/kernel/syscalls/syscall.tbl +++ b/arch/parisc/kernel/syscalls/syscall.tbl @@ -446,3 +446,4 @@ 446 common landlock_restrict_self sys_landlock_restrict_self # 447 reserved for memfd_secret 448 common process_mrelease sys_process_mrelease +449 common futex_waitv sys_futex_waitv |