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,8 @@
|
||||
#include <getopt.h>
|
||||
|
||||
#if __MLIBC_GLIBC_OPTION
|
||||
|
||||
int __optreset = 0;
|
||||
extern int optreset __attribute__((__weak__, __alias__("__optreset")));
|
||||
|
||||
#endif //__MLIBC_GLIBC_OPTION
|
||||
Reference in New Issue
Block a user