diff options
Diffstat (limited to 'libio/iofgetws_u.c')
-rw-r--r-- | libio/iofgetws_u.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libio/iofgetws_u.c b/libio/iofgetws_u.c index 6717978958..124d58752a 100644 --- a/libio/iofgetws_u.c +++ b/libio/iofgetws_u.c @@ -28,10 +28,7 @@ #include <wchar.h> wchar_t * -fgetws_unlocked (buf, n, fp) - wchar_t *buf; - int n; - _IO_FILE *fp; +fgetws_unlocked (wchar_t *buf, int n, _IO_FILE *fp) { _IO_size_t count; wchar_t *result; |