Use bind() from FreeBSD

This commit is contained in:
Sebastian Huber
2013-10-11 16:44:48 +02:00
parent 6ffb9b9e27
commit 468b08e553
5 changed files with 109 additions and 75 deletions

View File

@@ -55,6 +55,8 @@ int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
int bind(int, const struct sockaddr *, socklen_t);
int shutdown(int, int);
int socket(int, int, int);