libc: remove log message from __libc_init

This commit is contained in:
2026-04-01 18:45:45 +01:00
parent d53bbbb460
commit 4057e77512
-1
View File
@@ -13,6 +13,5 @@ void *__attribute__((weak)) pthread_self(void)
int __libc_init(const struct rosetta_bootstrap *bsinfo)
{
(volatile void)pthread_self();
kern_logf("bsinfo = %p", bsinfo);
return 0;
}