aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/gen/warn.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/lib/libc/gen/warn.c')
-rw-r--r--system/lib/libc/gen/warn.c2
1 files changed, 1 insertions, 1 deletions
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")));