diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-10 04:06:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-10 04:06:58 +0000 |
commit | 04470dc03e2d56b1acc0c152d9ad50bdf1066bfa (patch) | |
tree | e1ce22116c04946b2e315ceff31d70339b64be79 /ChangeLog | |
parent | 8e17ea58173d35e2e5dabfeb9fa5abf2609cfc51 (diff) | |
download | glibc-04470dc03e2d56b1acc0c152d9ad50bdf1066bfa.tar.gz glibc-04470dc03e2d56b1acc0c152d9ad50bdf1066bfa.tar.xz glibc-04470dc03e2d56b1acc0c152d9ad50bdf1066bfa.zip |
Update.
* dlfcn/dlerror.c (struct dl_action_result): Add objname member. (dlerror): Add objname to asprintf() parameters. (_dl_error_run): Pass new parameter to _dl_catch_error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aae57faa2d..e41d9a41a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ place pointed to. * include/dlfcn.h: Adjust _dl_catch_error prototype. * sysdeps/generic/ldsodefs.h: Adjust _dl_signal_error prototype. + * dlfcn/dlerror.c (struct dl_action_result): Add objname member. + (dlerror): Add objname to asprintf() parameters. + (_dl_error_run): Pass new parameter to _dl_catch_error. * elf/dl-libc.c (dlerror_run): Pass new parameter to _dl_catch_error. * elf/dl-open.c (_dl_open): Likewise. * elf/rtld.c (dl_main): Likewise. |