diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-25 06:56:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-25 06:56:40 +0000 |
commit | 128e2b0f0e11f60af8587ed86353d9e8442b1e38 (patch) | |
tree | 72aae6513ed711ab0ba823a0ea815cbcc23f0f54 /ChangeLog | |
parent | 6d5728c8ddb28293247a8b5fcb3f520336937b02 (diff) | |
download | glibc-128e2b0f0e11f60af8587ed86353d9e8442b1e38.tar.gz glibc-128e2b0f0e11f60af8587ed86353d9e8442b1e38.tar.xz glibc-128e2b0f0e11f60af8587ed86353d9e8442b1e38.zip |
Update.
* elf/dl-profile.c (_dl_start_profile): define all variables which do not have to be global as local variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 683c133f88..91bc523059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-04-24 Ulrich Drepper <drepper@redhat.com> + * elf/dl-profile.c (_dl_start_profile): define all variables which + do not have to be global as local variables. + * nis/nis_callback.c (__nis_create_callback): Partially undo last patch. Keep needed tests for failed memory allocation. |