mirror of https://gitee.com/Nocallback/glibc.git
3 changed files with 6 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
#define FUNC __ieee754_atan2 |
|||
#include <e_fmod.c> |
|||
@ -0,0 +1,2 @@ |
|||
#define FUNC __ieee754_atan2f |
|||
#include <e_fmodf.c> |
|||
@ -0,0 +1,2 @@ |
|||
#define FUNC __ieee754_atan2l |
|||
#include <e_fmodl.c> |
|||
Loading…
Reference in new issue