summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-syscall-api.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-11 16:44:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:18:47 +0100
commit468b08e5530412e0e54d0e8a91d9708e93ef0340 (patch)
treec77f2940d3072fe923a55822c065e5f2ba633130 /rtemsbsd/include/machine/rtems-bsd-syscall-api.h
parentUse shutdown() from FreeBSD (diff)
downloadrtems-libbsd-468b08e5530412e0e54d0e8a91d9708e93ef0340.tar.bz2
Use bind() from FreeBSD
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-syscall-api.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-syscall-api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-syscall-api.h b/rtemsbsd/include/machine/rtems-bsd-syscall-api.h
index acc75a03..c96da481 100644
--- a/rtemsbsd/include/machine/rtems-bsd-syscall-api.h
+++ b/rtemsbsd/include/machine/rtems-bsd-syscall-api.h
@@ -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);