1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Fix gets problems

This commit is contained in:
Ulrich Drepper
2012-01-24 17:40:44 -05:00
parent d220b11777
commit b15549e6f8
4 changed files with 30 additions and 10 deletions

View File

@ -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