libc: remove log message from __libc_init
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user