Skip to content

Commit

Permalink
(_dl_map_object_from_fd): Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 8, 2005
1 parent 4f0af30 commit 785290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/dl-load.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 785290e

Please sign in to comment.