mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
[PARISC] bump __NR_syscalls
oops, forgot this in the previous commit. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
9aa150b8d8
commit
e2be75ae21
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@
|
|||
#define __NR_timerfd_settime (__NR_Linux + 307)
|
||||
#define __NR_timerfd_gettime (__NR_Linux + 308)
|
||||
|
||||
#define __NR_Linux_syscalls (__NR_fallocate + 1)
|
||||
#define __NR_Linux_syscalls (__NR_timerfd_gettime + 1)
|
||||
|
||||
|
||||
#define __IGNORE_select /* newselect */
|
||||
|
|
Loading…
Reference in a new issue