summaryrefslogtreecommitdiff
path: root/socket/sendmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/sendmsg.c')
-rw-r--r--socket/sendmsg.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/socket/sendmsg.c b/socket/sendmsg.c
index 586f598c77..e72f64374b 100644
--- a/socket/sendmsg.c
+++ b/socket/sendmsg.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
@@ -21,10 +21,7 @@
/* Send a message described MESSAGE on socket FD.
Returns the number of bytes sent, or -1 for errors. */
ssize_t
-__sendmsg (fd, message, flags)
- int fd;
- const struct msghdr *message;
- int flags;
+__sendmsg (int fd, const struct msghdr *message, int flags)
{
__set_errno (ENOSYS);
return -1;