Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
linux: fix typo in syscall name
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jun 18, 2012
1 parent 6d67cf1 commit c1d8e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux/syscalls.c
Expand Up @@ -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 */

Expand Down

0 comments on commit c1d8e01

Please sign in to comment.