From b15549e6f8d5936c4312b022ac8910823f2c2280 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Jan 2012 17:40:44 -0500 Subject: Fix gets problems --- debug/tst-chk1.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debug') diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c index 2593ab9f18..21419eec76 100644 --- a/debug/tst-chk1.c +++ b/debug/tst-chk1.c @@ -34,11 +34,6 @@ #include #include -__BEGIN_DECLS -/* The header does not include the declaration for gets - anymore when compiling with _GNU_SOURCE. Provide a copy here. */ -extern char *gets (char *__s); -__END_DECLS #define obstack_chunk_alloc malloc #define obstack_chunk_free free -- cgit 1.4.1