user: implement mlibc as the libc, finally.
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
// We build an empty libutil because g++ always links with -lutil
|
||||
// The actual functions reside inside libc
|
||||
|
||||
extern "C" void __mlibc_libutil_dummy(void) { }
|
||||
|
||||
Reference in New Issue
Block a user