mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
Fix comment.
This commit is contained in:
parent
077e7700b3
commit
fe4d2935e8
@ -335,7 +335,7 @@ do_lookup_x (const char *undef_name, uint_fast32_t new_hash,
|
|||||||
|
|
||||||
if (table[idx].map->l_type == lt_loaded)
|
if (table[idx].map->l_type == lt_loaded)
|
||||||
/* Make sure we don't unload this object by
|
/* Make sure we don't unload this object by
|
||||||
artificially increason the open count. */
|
setting the appropriate flag. */
|
||||||
table[idx].map->l_flags_1 |= DF_1_NODELETE;
|
table[idx].map->l_flags_1 |= DF_1_NODELETE;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user