mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00: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;
|
bsize *= 2;
|
||||||
dl_info = realloc (dl_info, bsize);
|
dl_info = realloc (dl_info, bsize);
|
||||||
if (new_dl_info == NULL)
|
if (dl_info == NULL)
|
||||||
{
|
{
|
||||||
(void) __unload ((void *) handle);
|
(void) __unload ((void *) handle);
|
||||||
errno = ENOMEM;
|
errno = ENOMEM;
|
||||||
|
Loading…
Reference in New Issue
Block a user