Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 14 Jul 2000 07:41:55 +0000 (07:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 14 Jul 2000 07:41:55 +0000 (07:41 +0000)
(_dl_signal_error): Return _dl_out_of_memory if we cannot duplicate
[PR libc/1813].

ChangeLog

index 9fdb6d9..2b82c1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * elf/dl-open.c (_dl_open): Likewise.
        * elf/rtld.c (dl_main): Likewise.
        * elf/dl-error.c: Define _dl_out_of_memory.
-       (_dl_signal_error): Return _dl_signal_error if we cannot duplicate
+       (_dl_signal_error): Return _dl_out_of_memory if we cannot duplicate
        the error string.
        * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory.
+       [PR libc/1813].
 
        * dlfcn/dlerror.c (free_key_mem): Also free error string.