From bc32ebd3b06b1ea56e4ce20342c113cb95d14297 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 25 Jul 2002 08:29:34 +0000 Subject: Update. * elf/dl-minimal.c: Remove definition of __assert_perror_fail. --- elf/dl-minimal.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'elf') diff --git a/elf/dl-minimal.c b/elf/dl-minimal.c index 0627a8908d..98486ea3d0 100644 --- a/elf/dl-minimal.c +++ b/elf/dl-minimal.c @@ -211,18 +211,6 @@ Inconsistency detected by ld.so: %s: %u: %s%sAssertion `%s' failed!\n", } 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 unsigned long int weak_function -- cgit v1.2.3