diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-24 17:40:44 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-24 17:40:44 -0500 |
commit | b15549e6f8d5936c4312b022ac8910823f2c2280 (patch) | |
tree | 9e0a26dfb17b4e9c3cb89a38d5ec9a7f460236de /debug | |
parent | d220b1177777a2cd00d1b1eae62e1071a17ab46b (diff) | |
download | glibc-b15549e6f8d5936c4312b022ac8910823f2c2280.zip glibc-b15549e6f8d5936c4312b022ac8910823f2c2280.tar.gz glibc-b15549e6f8d5936c4312b022ac8910823f2c2280.tar.bz2 |
Fix gets problems
Diffstat (limited to 'debug')
-rw-r--r-- | debug/tst-chk1.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c index 2593ab9..21419ee 100644 --- a/debug/tst-chk1.c +++ b/debug/tst-chk1.c @@ -34,11 +34,6 @@ #include <sys/socket.h> #include <sys/un.h> -__BEGIN_DECLS -/* The <stdio.h> 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 |