linux: fix typo in syscall name

This commit is contained in:
Ben Noordhuis 2012-06-18 17:06:50 +02:00
parent 6d67cf1952
commit c1d8e011f4

View File

@ -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 */