mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
sprof: Make an error message identical to two others, and more accurate.
This commit is contained in:
parent
6807b1db82
commit
9be1052b6f
@ -1,3 +1,7 @@
|
||||
2015-02-24 Benno Schulenberg <bensberg@justemail.net>
|
||||
|
||||
* elf/sprof.c (load_shobj): Tweak error message to match others.
|
||||
|
||||
2015-02-24 Kevin Easton <kevin@guarana.org>
|
||||
|
||||
[BZ #16145] (partial fix)
|
||||
|
@ -439,7 +439,7 @@ load_shobj (const char *name)
|
||||
result = (struct shobj *) calloc (1, sizeof (struct shobj));
|
||||
if (result == NULL)
|
||||
{
|
||||
error (0, errno, _("cannot create internal descriptors"));
|
||||
error (0, errno, _("cannot create internal descriptor"));
|
||||
dlclose (map);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user