summaryrefslogtreecommitdiff
path: root/socket/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/bind.c')
-rw-r--r--socket/bind.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/socket/bind.c b/socket/bind.c
index 4dea286c8f..cd47a7cb8e 100644
--- a/socket/bind.c
+++ b/socket/bind.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -20,10 +20,7 @@
/* Give the socket FD the local address ADDR (which is LEN bytes long). */
int
-__bind (fd, addr, len)
- int fd;
- __CONST_SOCKADDR_ARG addr;
- socklen_t len;
+__bind (int fd, __CONST_SOCKADDR_ARG addr, socklen_t len)
{
__set_errno (ENOSYS);
return -1;