diff options
Diffstat (limited to 'libio/iovswscanf.c')
-rw-r--r-- | libio/iovswscanf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/iovswscanf.c b/libio/iovswscanf.c index dd7dbf8c37..1bbddd442f 100644 --- a/libio/iovswscanf.c +++ b/libio/iovswscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1997-2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1997-2000, 2001, 2002 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 @@ -47,3 +47,4 @@ vswscanf (string, format, args) ret = _IO_vfwscanf ((_IO_FILE *) &sf._sbf, format, args, NULL); return ret; } +libc_hidden_def (vswscanf) |