about summary refs log tree commit diff
path: root/libio/iofgetws.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofgetws.c')
-rw-r--r--libio/iofgetws.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libio/iofgetws.c b/libio/iofgetws.c
index a18fb3d5c0..9ead37a29f 100644
--- a/libio/iofgetws.c
+++ b/libio/iofgetws.c
@@ -28,10 +28,7 @@
 #include <wchar.h>
 
 wchar_t *
-fgetws (buf, n, fp)
-     wchar_t *buf;
-     int n;
-     _IO_FILE *fp;
+fgetws (wchar_t *buf, int n, _IO_FILE *fp)
 {
   _IO_size_t count;
   wchar_t *result;