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,9 @@
|
||||
#include <math.h>
|
||||
|
||||
extern int __signgam;
|
||||
float __lgammaf_r(float, int *);
|
||||
|
||||
float lgammaf(float x)
|
||||
{
|
||||
return __lgammaf_r(x, &__signgam);
|
||||
}
|
||||
Reference in New Issue
Block a user