aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle McMartin <kyle@shortfin.cabal.ca>2008-02-18 14:21:17 -0800
committerKyle McMartin <kyle@shortfin.cabal.ca>2008-03-15 19:11:54 -0700
commite2be75ae21ea13ca19d4f2c3ff5a8df3f0e6c38e (patch)
treecb2049ff14ac60254e146f87390cec309dad46eb
parent9aa150b8d8af2532b6ce9ea36374cb997ac55807 (diff)
[PARISC] bump __NR_syscalls
oops, forgot this in the previous commit. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
-rw-r--r--include/asm-parisc/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h
index f74d207c76d..a7d857f0e4f 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 */