aboutsummaryrefslogtreecommitdiff
path: root/socket/sendmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/sendmsg.c')
-rw-r--r--socket/sendmsg.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/socket/sendmsg.c b/socket/sendmsg.c
index 586f598..e9e3752 100644
--- a/socket/sendmsg.c
+++ b/socket/sendmsg.c
@@ -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;