diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-01-11 07:45:15 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-01-11 07:45:15 +0000 |
commit | 07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8 (patch) | |
tree | b7a82272de69e03b1850cb2cf93e25f258769fa2 /libio | |
parent | 1e44f485d223b0f2f7b194935a0109cb7b713cc3 (diff) | |
download | glibc-07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8.zip glibc-07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8.tar.gz glibc-07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8.tar.bz2 |
Updated to fedora-glibc-20080111T0737
Diffstat (limited to 'libio')
-rw-r--r-- | libio/stdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/stdio.h b/libio/stdio.h index c14df27..c14351a 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -1,5 +1,5 @@ /* Define ISO C stdio on top of C++ iostreams. - Copyright (C) 1991,1994-2004,2005,2006,2007 Free Software Foundation, Inc. + Copyright (C) 1991, 1994-2007, 2008 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 @@ -494,7 +494,7 @@ extern int __isoc99_vsscanf (__const char *__restrict __s, __const char *__restrict __format, _G_va_list __arg) __THROW; # define vfscanf __isoc99_vfscanf -# define vscanf __isoc99_vsscanf +# define vscanf __isoc99_vscanf # define vsscanf __isoc99_vsscanf # endif # endif |