summaryrefslogtreecommitdiff
path: root/libio/vwscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/vwscanf.c')
-rw-r--r--libio/vwscanf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/vwscanf.c b/libio/vwscanf.c
index e951ae7baa..0d5f558758 100644
--- a/libio/vwscanf.c
+++ b/libio/vwscanf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2018 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
@@ -28,7 +28,7 @@
#include <wchar.h>
int
-__vwscanf (const wchar_t *format, _IO_va_list args)
+__vwscanf (const wchar_t *format, va_list args)
{
return _IO_vfwscanf (_IO_stdin, format, args, NULL);
}