Add __atan2 for libm and GLIBC_2.0.
This commit is contained in:
parent
f90bac9291
commit
f67e2479b4
|
@ -5,3 +5,9 @@ libc {
|
|||
__remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
|
||||
}
|
||||
}
|
||||
libm {
|
||||
GLIBC_2.0 {
|
||||
# used in inline functions.
|
||||
__atan2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue