From 69e6fe89fa9baafeca3e3515bb50897cd8ee7c35 Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 15 Dec 2025 18:24:54 +0100 Subject: Add getauxval and cleanup libc startup --- lib/libc/string/strcoll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/string/strcoll.c') diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index e862bb11..2a4a3473 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -1,7 +1,6 @@ -#include "features.h" // for __weak - #include // for __unused #include // for strcmp, locale_t, strcoll, strcoll_l +#include int strcoll(const char *s1, const char *s2) { -- cgit v1.2.3