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,7 @@
|
||||
#ifndef _WEAK_ALIAS_H
|
||||
#define _WEAK_ALIAS_H
|
||||
|
||||
#define weak_alias(name, alias_to) \
|
||||
extern __typeof (name) alias_to __attribute__((__weak__, __alias__(#name)));
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user