summaryrefslogtreecommitdiff
path: root/streams/getpmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'streams/getpmsg.c')
-rw-r--r--streams/getpmsg.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/streams/getpmsg.c b/streams/getpmsg.c
index 7e8c872423..281c1e46d3 100644
--- a/streams/getpmsg.c
+++ b/streams/getpmsg.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
-getpmsg (fildes, ctlptr, dataptr, bandp, flagsp)
- int fildes;
- struct strbuf *ctlptr;
- struct strbuf *dataptr;
- int *bandp;
- int *flagsp;
+getpmsg (int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp,
+ int *flagsp)
{
__set_errno (ENOSYS);
return -1;