summaryrefslogtreecommitdiff
path: root/include/asm-alpha
diff options
context:
space:
mode:
authorRichard Henderson <rth@kanga.twiddle.net>2003-06-05 03:04:06 -0700
committerRichard Henderson <rth@kanga.twiddle.net>2003-06-05 03:04:06 -0700
commit499fca30cea0c3606832ae69c0c6686a72b8a548 (patch)
tree53a4c4cd11fdf3ab3e21c1a98ff0b0a9bddaa5a3 /include/asm-alpha
parentbc1f1afea7ad8037ce316540844222de39956bf1 (diff)
parent09e7e6e649b75918b1a0d2ad2befad5bb127a755 (diff)
Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5
into kanga.twiddle.net:/home/rth/work/linux/axp-2.5
Diffstat (limited to 'include/asm-alpha')
-rw-r--r--include/asm-alpha/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-alpha/unistd.h b/include/asm-alpha/unistd.h
index 494765bb1c92..7b500d3cfda2 100644
--- a/include/asm-alpha/unistd.h
+++ b/include/asm-alpha/unistd.h
@@ -358,7 +358,8 @@
#define __NR_clock_gettime 420
#define __NR_clock_getres 421
#define __NR_clock_nanosleep 422
-#define NR_SYSCALLS 423
+#define __NR_semtimedop 423
+#define NR_SYSCALLS 424
#if defined(__GNUC__)