diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-10 15:26:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-10 15:26:57 +0000 |
commit | a99e59d771c05c039cdd35f3bc77929932a33d29 (patch) | |
tree | 0ccbdb7e3b5300220f80e84b56a279d17b7c4c7a /ChangeLog | |
parent | 686f8c9daf0ee99cf24894747987376577efa612 (diff) | |
download | glibc-a99e59d771c05c039cdd35f3bc77929932a33d29.zip glibc-a99e59d771c05c039cdd35f3bc77929932a33d29.tar.gz glibc-a99e59d771c05c039cdd35f3bc77929932a33d29.tar.bz2 |
* include/stdio.h (fmemopen): Add libc_hidden_proto.
* libio/fmemopen.c (fmemopen): Add libc_hidden_def.
* elf/sprof.c: Avoid warning about multi-line comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-03-10 Jakub Jelinek <jakub@redhat.com> + + * include/stdio.h (fmemopen): Add libc_hidden_proto. + * libio/fmemopen.c (fmemopen): Add libc_hidden_def. + + * elf/sprof.c: Avoid warning about multi-line comment. + 2009-03-10 Ulrich Drepper <drepper@redhat.com> * time/tzset.c (__tzset_parse_tz): Use correct string when parsing |