Skip to content

Commit

Permalink
[PARISC] bump __NR_syscalls
Browse files Browse the repository at this point in the history
oops, forgot this in the previous commit.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
  • Loading branch information
Kyle McMartin committed Mar 16, 2008
1 parent 9aa150b commit e2be75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-parisc/unistd.h
Expand Up @@ -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 */
Expand Down

0 comments on commit e2be75a

Please sign in to comment.