diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 10:41:00 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 10:41:00 -0500 |
commit | c3a87236702cb73be1dada3438bbd3c3934e83f8 (patch) | |
tree | ad104433e488799e062bedcafa73672ee48259d7 /ChangeLog | |
parent | fbb68a84ee16345203f896f29b93e92a52582201 (diff) | |
download | glibc-c3a87236702cb73be1dada3438bbd3c3934e83f8.tar.gz glibc-c3a87236702cb73be1dada3438bbd3c3934e83f8.tar.xz glibc-c3a87236702cb73be1dada3438bbd3c3934e83f8.zip |
Do not declare gets in _GNU_SOURCE mode at all
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8f9558c565..f089e19b87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-01-07 Ulrich Drepper <drepper@gmail.com> + * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE. + * elf/tst-unique3.cc: Add explicit declaration of gets. * elf/tst-unique3lib.cc: Likewise. * elf/tst-unique3lib2.cc: Likewise. |