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 @@
|
||||
# only the test executable is required
|
||||
@@ -0,0 +1,9 @@
|
||||
#include <unistd.h>
|
||||
|
||||
__attribute__((destructor)) void destroy() {
|
||||
_exit(0);
|
||||
}
|
||||
|
||||
int main() {
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user