summaryrefslogtreecommitdiff
path: root/streams/putpmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'streams/putpmsg.c')
-rw-r--r--streams/putpmsg.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/streams/putpmsg.c b/streams/putpmsg.c
index e9fbd0f41a..f883f62555 100644
--- a/streams/putpmsg.c
+++ b/streams/putpmsg.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,12 +19,8 @@
#include <stropts.h>
int
-putpmsg (fildes, ctlptr, dataptr, band, flags)
- int fildes;
- const struct strbuf *ctlptr;
- const struct strbuf *dataptr;
- int band;
- int flags;
+putpmsg (int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr,
+ int band, int flags)
{
__set_errno (ENOSYS);
return -1;