From 80e72facb82bb64a00098202afa6c03cc380b56e Mon Sep 17 00:00:00 2001 From: Anthony Pesch Date: Mon, 17 Jun 2013 10:40:00 -0700 Subject: fix weak alias for warn --- system/lib/libc.symbols | 2 +- system/lib/libc/gen/warn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'system/lib') diff --git a/system/lib/libc.symbols b/system/lib/libc.symbols index 70b21024..561f01c1 100644 --- a/system/lib/libc.symbols +++ b/system/lib/libc.symbols @@ -77,5 +77,5 @@ W verrx W vwarn W vwarnx - W warn1 + W warn W warnx diff --git a/system/lib/libc/gen/warn.c b/system/lib/libc/gen/warn.c index c0803ab9..c0dd2cd7 100644 --- a/system/lib/libc/gen/warn.c +++ b/system/lib/libc/gen/warn.c @@ -46,4 +46,4 @@ _warn(const char *fmt, ...) /* PRINTFLIKE1 */ void -warn(const char *fmt, ...) __attribute__((weak, alias("warn"))); +warn(const char *fmt, ...) __attribute__((weak, alias("_warn"))); -- cgit v1.2.3-18-g5258