summaryrefslogtreecommitdiff
path: root/streams/getmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'streams/getmsg.c')
-rw-r--r--streams/getmsg.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/streams/getmsg.c b/streams/getmsg.c
index 5ca595a998..734cd54681 100644
--- a/streams/getmsg.c
+++ b/streams/getmsg.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,7 @@
#include <stropts.h>
int
-getmsg (fildes, ctlptr, dataptr, flagsp)
- int fildes;
- struct strbuf *ctlptr;
- struct strbuf *dataptr;
- int *flagsp;
+getmsg (int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp)
{
__set_errno (ENOSYS);
return -1;