diff options
Diffstat (limited to 'debug/tst-chk1.c')
-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 2593ab9f18..21419eec76 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 |