rust/src/libnative
OGINO Masanori dfdce47988 Rename recvfrom -> recv_from, sendto -> send_to.
POSIX has recvfrom(2) and sendto(2), but their name seem not to be
suitable with Rust. We already renamed getpeername(2) and
getsockname(2), so I think it makes sense.

Alternatively, `receive_from` would be fine. However, we have `.recv()`
so I chose `recv_from`.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-07-02 08:21:42 +09:00
..
io Rename recvfrom -> recv_from, sendto -> send_to. 2014-07-02 08:21:42 +09:00
lib.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00
task.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00