cstdio: Remove extraneous extern.

2012-03-02  Benjamin Kosnik  <bkoz@redhat.com>

	* include/c_global/cstdio: Remove extraneous extern.
	* include/c_std/cstdio: Same.

From-SVN: r184799
This commit is contained in:
Benjamin Kosnik 2012-03-02 16:44:50 +00:00 committed by Benjamin Kosnik
parent cbb6491d76
commit 08c3865834
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-03-02 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdio: Remove extraneous extern.
* include/c_std/cstdio: Same.
2012-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/abi/post/solaris2.8/baseline_symbols.txt: Regenerate.

View File

@ -47,7 +47,7 @@
#define _GLIBCXX_CSTDIO 1
#ifndef _GLIBCXX_HAVE_GETS
extern "C" extern char* gets (char* __s) __attribute__((deprecated));
extern "C" char* gets (char* __s) __attribute__((deprecated));
#endif
// Get rid of those macros defined in <stdio.h> in lieu of real functions.

View File

@ -46,7 +46,7 @@
#include <stdio.h>
#ifndef _GLIBCXX_HAVE_GETS
extern "C" extern char* gets (char* __s) __attribute__((deprecated));
extern "C" char* gets (char* __s) __attribute__((deprecated));
#endif
// Get rid of those macros defined in <stdio.h> in lieu of real functions.