diff options
author | Helge Deller <deller@gmx.de> | 2018-06-28 17:41:58 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2018-06-28 17:43:00 +0200 |
commit | 2765b3edc41bdf18960ca7e6b656fb933ac191d6 (patch) | |
tree | 20f8e423adadd8d0c8b51cff7ff90846c61e6728 /arch/parisc/include/uapi/asm | |
parent | parisc: Default to 4 SMP CPUs (diff) | |
download | linux-2765b3edc41bdf18960ca7e6b656fb933ac191d6.tar.xz linux-2765b3edc41bdf18960ca7e6b656fb933ac191d6.zip |
parisc: Wire up io_pgetevents syscall
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/uapi/asm')
-rw-r--r-- | arch/parisc/include/uapi/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h index 4872e77aa96b..dc77c5a51db7 100644 --- a/arch/parisc/include/uapi/asm/unistd.h +++ b/arch/parisc/include/uapi/asm/unistd.h @@ -364,8 +364,9 @@ #define __NR_preadv2 (__NR_Linux + 347) #define __NR_pwritev2 (__NR_Linux + 348) #define __NR_statx (__NR_Linux + 349) +#define __NR_io_pgetevents (__NR_Linux + 350) -#define __NR_Linux_syscalls (__NR_statx + 1) +#define __NR_Linux_syscalls (__NR_io_pgetevents + 1) #define __IGNORE_select /* newselect */ |