“1f7bf7d0687f5a58613358f5e7cfd8f29a3a21e2”上不存在“tests/qemu-iotests/102”
提交 9ceb38e6 编写于 作者: H Helge Deller 提交者: Kyle McMartin

parisc: wire up sys_recvmmsg

Signed-off-by: NHelge Deller <deller@gmx.de>
Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
上级 66b89159
...@@ -811,8 +811,9 @@ ...@@ -811,8 +811,9 @@
#define __NR_pwritev (__NR_Linux + 316) #define __NR_pwritev (__NR_Linux + 316)
#define __NR_rt_tgsigqueueinfo (__NR_Linux + 317) #define __NR_rt_tgsigqueueinfo (__NR_Linux + 317)
#define __NR_perf_event_open (__NR_Linux + 318) #define __NR_perf_event_open (__NR_Linux + 318)
#define __NR_recvmmsg (__NR_Linux + 319)
#define __NR_Linux_syscalls (__NR_perf_event_open + 1) #define __NR_Linux_syscalls (__NR_recvmmsg + 1)
#define __IGNORE_select /* newselect */ #define __IGNORE_select /* newselect */
......
...@@ -417,6 +417,7 @@ ...@@ -417,6 +417,7 @@
ENTRY_COMP(pwritev) ENTRY_COMP(pwritev)
ENTRY_COMP(rt_tgsigqueueinfo) ENTRY_COMP(rt_tgsigqueueinfo)
ENTRY_SAME(perf_event_open) ENTRY_SAME(perf_event_open)
ENTRY_COMP(recvmmsg)
/* Nothing yet */ /* Nothing yet */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册