linux: fix typo in syscall name
This commit is contained in:
parent
6d67cf1952
commit
c1d8e011f4
@ -135,7 +135,7 @@
|
||||
# elif __i386__
|
||||
# define __NR_sendmmsg 345
|
||||
# elif __arm__
|
||||
# define __NR_recvmmsg (UV_SYSCALL_BASE + 374)
|
||||
# define __NR_sendmmsg (UV_SYSCALL_BASE + 374)
|
||||
# endif
|
||||
#endif /* __NR_sendmmsg */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user