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

Commit 5540a44e authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: define __NR_recvmmsg



Commit a2e27255 added recvmmsg to a bunch of arches (including the
Blackfin entry.S), but didn't actually add the new __NR_ define for it.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 8a833110
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -388,8 +388,9 @@
#define __NR_pwritev		367
#define __NR_rt_tgsigqueueinfo	368
#define __NR_perf_event_open	369
#define __NR_recvmmsg		370

#define __NR_syscall		370
#define __NR_syscall		371
#define NR_syscalls		__NR_syscall

/* Old optional stuff no one actually uses */