Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2be75ae authored by Kyle McMartin's avatar Kyle McMartin
Browse files

[PARISC] bump __NR_syscalls



oops, forgot this in the previous commit.

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 9aa150b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */