mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
More fallout from gets removal
This commit is contained in:
parent
16578fa7b3
commit
8ea79a616e
@ -33,6 +33,12 @@
|
||||
#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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user