microblaze: Wire up recvmmsg syscall
Patch a2e2725541
should
contain change in unistd.h too. The same problem
had MIPS.
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
7dc9c484a7
commit
ce9c37f131
1 changed files with 2 additions and 1 deletions
|
@ -382,8 +382,9 @@
|
|||
#define __NR_pwritev 364 /* new */
|
||||
#define __NR_rt_tgsigqueueinfo 365 /* new */
|
||||
#define __NR_perf_event_open 366 /* new */
|
||||
#define __NR_recvmmsg 367 /* new */
|
||||
|
||||
#define __NR_syscalls 367
|
||||
#define __NR_syscalls 368
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#ifndef __ASSEMBLY__
|
||||
|
|
Loading…
Reference in a new issue