diff options
author | Helge Deller <deller@gmx.de> | 2009-12-22 17:50:33 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2010-03-06 17:54:09 -0500 |
commit | 9ceb38e6b691debe4bf04cb63165c503a8556177 (patch) | |
tree | 07d07cf37f77941dcd1723e52244fa2784f4d497 /arch/parisc/include | |
parent | 66b89159c25a47d2177743526c61b5ada7acc39e (diff) |
parisc: wire up sys_recvmmsg
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index cda158318c62..ee6363463b72 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h | |||
@@ -811,8 +811,9 @@ | |||
811 | #define __NR_pwritev (__NR_Linux + 316) | 811 | #define __NR_pwritev (__NR_Linux + 316) |
812 | #define __NR_rt_tgsigqueueinfo (__NR_Linux + 317) | 812 | #define __NR_rt_tgsigqueueinfo (__NR_Linux + 317) |
813 | #define __NR_perf_event_open (__NR_Linux + 318) | 813 | #define __NR_perf_event_open (__NR_Linux + 318) |
814 | #define __NR_recvmmsg (__NR_Linux + 319) | ||
814 | 815 | ||
815 | #define __NR_Linux_syscalls (__NR_perf_event_open + 1) | 816 | #define __NR_Linux_syscalls (__NR_recvmmsg + 1) |
816 | 817 | ||
817 | 818 | ||
818 | #define __IGNORE_select /* newselect */ | 819 | #define __IGNORE_select /* newselect */ |