Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27a338a6 authored by Tony Luck's avatar Tony Luck
Browse files

[IA64] Fix cut/paste detritus from unistd.h



Build warning:
<stdin>:1523:2: warning: #warning syscall recvmmsg not implemented

Because when recvmmesg was added, the previous syscall define was
cut&pasted, and a spurious "rt_" left in the name of the define.

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 3ff6a468
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@
#define __NR_preadv			1319
#define __NR_pwritev			1320
#define __NR_rt_tgsigqueueinfo		1321
#define __NR_rt_recvmmsg		1322
#define __NR_recvmmsg			1322

#ifdef __KERNEL__