Auto merge of #992 - redox-os:master, r=alexcrichton

Add Redox definitions for net functions

Adds the following function definitions for Redox:

- getpeername
- sendto
- send
- recvfrom
- recv

If it is possible to do a release after merging this, that would be great! These function definitions are required for porting mio and tokio to Redox