aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include
diff options
context:
space:
mode:
authorMichael Cree <mcree@orcon.net.nz>2011-10-31 20:09:49 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-31 20:30:51 -0400
commit0a8c384ebe4cc1c462076732dbffb595e7e81d5c (patch)
treef624e81a48d63f4df492db27aafaca366eaf8806 /arch/alpha/include
parenta1cb2c60ddc98ff4e5246f410558805401ceee67 (diff)
alpha: wire up accept4 syscall
Somehow wiring up the accept4 syscall on Alpha was missed long ago. This commit rectifies that oversight. Signed-off-by: Michael Cree <mcree@orcon.net.nz> Reviewed-by: Matt Turner <mattst88@gmail.com> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/alpha/include')
-rw-r--r--arch/alpha/include/asm/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/unistd.h b/arch/alpha/include/asm/unistd.h
index 4ac48a095f3a..1fbfd6450a31 100644
--- a/arch/alpha/include/asm/unistd.h
+++ b/arch/alpha/include/asm/unistd.h
@@ -457,10 +457,11 @@
457#define __NR_clock_adjtime 499 457#define __NR_clock_adjtime 499
458#define __NR_syncfs 500 458#define __NR_syncfs 500
459#define __NR_setns 501 459#define __NR_setns 501
460#define __NR_accept4 502
460 461
461#ifdef __KERNEL__ 462#ifdef __KERNEL__
462 463
463#define NR_SYSCALLS 502 464#define NR_SYSCALLS 503
464 465
465#define __ARCH_WANT_IPC_PARSE_VERSION 466#define __ARCH_WANT_IPC_PARSE_VERSION
466#define __ARCH_WANT_OLD_READDIR 467#define __ARCH_WANT_OLD_READDIR