~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to elf/dl-version.c

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
  result = 1;
170
170
 call_cerror:
171
171
  _dl_signal_cerror (0, map->l_name[0] ? map->l_name : rtld_progname,
172
 
                     NULL, errstring);
 
172
                     N_("version lookup error"), errstring);
173
173
  return result;
174
174
}
175
175