9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
9 lines
170 B
C++
9 lines
170 B
C++
#include <getopt.h>
|
|
|
|
#if __MLIBC_GLIBC_OPTION
|
|
|
|
int __optreset = 0;
|
|
extern int optreset __attribute__((__weak__, __alias__("__optreset")));
|
|
|
|
#endif //__MLIBC_GLIBC_OPTION
|