mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* elf/dl-minimal.c: Remove definition of __assert_perror_fail.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2002-07-25 Ulrich Drepper <drepper@redhat.com>
|
2002-07-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* elf/dl-minimal.c: Remove definition of __assert_perror_fail.
|
||||||
|
|
||||||
* sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
|
* sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
|
||||||
* sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
|
* sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
|
||||||
of __divdi3.
|
of __divdi3.
|
||||||
|
@ -211,18 +211,6 @@ Inconsistency detected by ld.so: %s: %u: %s%sAssertion `%s' failed!\n",
|
|||||||
}
|
}
|
||||||
INTDEF(__assert_fail)
|
INTDEF(__assert_fail)
|
||||||
|
|
||||||
void weak_function
|
|
||||||
__assert_perror_fail (int errnum,
|
|
||||||
const char *file, unsigned int line,
|
|
||||||
const char *function)
|
|
||||||
{
|
|
||||||
char errbuf[64];
|
|
||||||
_dl_fatal_printf ("\
|
|
||||||
Inconsistency detected by ld.so: %s: %u: %s%sUnexpected error: %s\n",
|
|
||||||
file, line, function ?: "", function ? ": " : "",
|
|
||||||
__strerror_r (errnum, errbuf, sizeof (errbuf)));
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned long int weak_function
|
unsigned long int weak_function
|
||||||
|
Reference in New Issue
Block a user