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 --- stdio-common/tst-gets.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'stdio-common/tst-gets.c') diff --git a/stdio-common/tst-gets.c b/stdio-common/tst-gets.c index 463f345..7975893 100644 --- a/stdio-common/tst-gets.c +++ b/stdio-common/tst-gets.c @@ -1,5 +1,5 @@ /* Tests for gets. - Copyright (C) 2001, 2011 Free Software Foundation, Inc. + Copyright (C) 2001, 2011, 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2001. @@ -21,10 +21,6 @@ #include #include -/* The header does not include the declaration for gets - anymore when compiling with _GNU_SOURCE. Provide a copy here. */ -extern char *gets (char *__s); - int main (void) -- cgit v1.1