diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-26 22:31:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-26 22:31:19 +0000 |
commit | 1ac03a1e44079a28f9dd55bfc80b6496618c5147 (patch) | |
tree | d7be81fd5657f8f17f33f46a14386a2ce4219a83 /ChangeLog | |
parent | 6cc8844f1dd985360f662e78ff2272039025635f (diff) | |
download | glibc-1ac03a1e44079a28f9dd55bfc80b6496618c5147.zip glibc-1ac03a1e44079a28f9dd55bfc80b6496618c5147.tar.gz glibc-1ac03a1e44079a28f9dd55bfc80b6496618c5147.tar.bz2 |
* nscd/connections.c (send_ro_fd): Define temporary variable to avoid
warning.
* elf/sprof.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-04-26 Ulrich Drepper <drepper@redhat.com> + * nscd/connections.c (send_ro_fd): Define temporary variable to avoid + warning. + * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline from definition. @@ -8,6 +11,7 @@ * elf/dl-profile.c (_dl_start_profile): Define real-type variant of gmon_hist_hdr and gmon_hdr structures and use them. + * elf/sprof.c: Likewise. * elf/dl-load.c (open_verify): Add temporary variable to avoid warning. |