diff options
author | Kyle McMartin <kyle@shortfin.cabal.ca> | 2008-02-18 14:21:17 -0800 |
---|---|---|
committer | Kyle McMartin <kyle@shortfin.cabal.ca> | 2008-03-15 19:11:54 -0700 |
commit | e2be75ae21ea13ca19d4f2c3ff5a8df3f0e6c38e (patch) | |
tree | cb2049ff14ac60254e146f87390cec309dad46eb /include/asm-parisc | |
parent | 9aa150b8d8af2532b6ce9ea36374cb997ac55807 (diff) |
[PARISC] bump __NR_syscalls
oops, forgot this in the previous commit.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index f74d207c76da..a7d857f0e4f4 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h @@ -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 */ |