Skip to content

Commit

Permalink
microblaze: Wire up recvmmsg syscall
Browse files Browse the repository at this point in the history
Patch a2e2725 should
contain change in unistd.h too. The same problem
had MIPS.

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
michalsimek committed Jan 18, 2010
1 parent 7dc9c48 commit ce9c37f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/microblaze/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit ce9c37f

Please sign in to comment.