aboutsummaryrefslogtreecommitdiff
path: root/include/netinet/in.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netinet/in.h')
-rw-r--r--include/netinet/in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/netinet/in.h b/include/netinet/in.h
index b85d938181..2a57aceb5e 100644
--- a/include/netinet/in.h
+++ b/include/netinet/in.h
@@ -1,3 +1,7 @@
#include <inet/netinet/in.h>
extern const struct in6_addr in6addr_any_internal attribute_hidden;
+
+/* Bind socket to a privileged IP port. */
+extern int bindresvport_internal (int __sockfd,
+ struct sockaddr_in *__sock_in) attribute_hidden;