mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
(_dl_map_object_from_fd): Fix a typo.
This commit is contained in:
parent
4f0af30d0e
commit
785290ea87
@ -1084,7 +1084,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp,
|
||||
}
|
||||
|
||||
# ifdef SHARED
|
||||
if (l->l_prev == NULL || (mode && __RTLD_AUDIT) != 0)
|
||||
if (l->l_prev == NULL || (mode & __RTLD_AUDIT) != 0)
|
||||
/* We are loading the executable itself when the dynamic linker
|
||||
was executed directly. The setup will happen later. */
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user