summaryrefslogtreecommitdiff
path: root/socket/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/connect.c')
-rw-r--r--socket/connect.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/socket/connect.c b/socket/connect.c
index 45cee74a5a..4e7eb1c9a9 100644
--- a/socket/connect.c
+++ b/socket/connect.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
@@ -23,10 +23,7 @@
and the only address from which to accept transmissions.
Return 0 on success, -1 for errors. */
int
-__connect (fd, addr, len)
- int fd;
- __CONST_SOCKADDR_ARG addr;
- socklen_t len;
+__connect (int fd, __CONST_SOCKADDR_ARG addr, socklen_t len)
{
__set_errno (ENOSYS);
return -1;