Skip to content

Commit

Permalink
(_dl_lookup_symbol_x): Correct _dl_signal_cerror call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed May 12, 2004
1 parent afcdc99 commit 24a07b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elf/dl-lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ _dl_lookup_symbol_x (const char *undef_name, struct link_map *undef_map,
/* XXX We cannot translate the message. */
_dl_signal_cerror (0, (reference_name[0]
? reference_name
: (rtld_progname ?: "<main program>")), NULL,
: (rtld_progname ?: "<main program>")),
N_("symbol lookup error"),
make_string (undefined_msg, undef_name,
versionstr, versionname));
}
Expand Down

0 comments on commit 24a07b1

Please sign in to comment.