aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-02 22:33:15 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-02 22:33:15 +0000
commitceb927c97124c8b4db5a0b400ab7032c21cddb32 (patch)
treee30dc029eb06a2bb63b8174a49063f9602b55486 /ChangeLog
parent0a8fe089644dba39e9f02fb291e4ba97e5c0ba7e (diff)
downloadglibc-ceb927c97124c8b4db5a0b400ab7032c21cddb32.zip
glibc-ceb927c97124c8b4db5a0b400ab7032c21cddb32.tar.gz
glibc-ceb927c97124c8b4db5a0b400ab7032c21cddb32.tar.bz2
Update.
* sysdeps/generic/dl-fptr.c (_dl_unmap): Fix typo in test. (_dl_make_fptr): Fix typos introduced in last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dea287a..2a5a400 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-05-02 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/generic/dl-fptr.c (_dl_unmap): Fix typo in test.
+ (_dl_make_fptr): Fix typos introduced in last change.
+
* sysdeps/generic/dl-fptr.c: Put back one optimization from the
original patch. Use non-exported symbols. Mark translatable
strings. Pretty printing.