summaryrefslogtreecommitdiff
path: root/streams/putmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'streams/putmsg.c')
-rw-r--r--streams/putmsg.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/streams/putmsg.c b/streams/putmsg.c
index 9197f7e483..09bb4ff715 100644
--- a/streams/putmsg.c
+++ b/streams/putmsg.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1998-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
@@ -19,11 +19,8 @@
#include <stropts.h>
int
-putmsg (fildes, ctlptr, dataptr, flags)
- int fildes;
- const struct strbuf *ctlptr;
- const struct strbuf *dataptr;
- int flags;
+putmsg (int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr,
+ int flags)
{
__set_errno (ENOSYS);
return -1;