Skip to content

Commit

Permalink
alpha: Fixup recvmmsg syscall glue
Browse files Browse the repository at this point in the history
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
acmel authored and davem330 committed Nov 14, 2009
1 parent afa17a5 commit 6e17e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/alpha/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,11 @@
#define __NR_signalfd 476
#define __NR_timerfd 477
#define __NR_eventfd 478
#define __NR_recvmmsg 479

#ifdef __KERNEL__

#define NR_SYSCALLS 479
#define NR_SYSCALLS 480

#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
Expand Down

0 comments on commit 6e17e8b

Please sign in to comment.