mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
(_dl_open): Fix typo in last change.
This commit is contained in:
parent
ebe30a97c9
commit
2fc87911c7
@ -85,7 +85,7 @@ _dl_open (const char *file, int mode, const void *caller)
|
||||
{
|
||||
bsize *= 2;
|
||||
dl_info = realloc (dl_info, bsize);
|
||||
if (new_dl_info == NULL)
|
||||
if (dl_info == NULL)
|
||||
{
|
||||
(void) __unload ((void *) handle);
|
||||
errno = ENOMEM;
|
||||
|
Loading…
Reference in New Issue
Block a user