mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
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;
|
__remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
libm {
|
||||||
|
GLIBC_2.0 {
|
||||||
|
# used in inline functions.
|
||||||
|
__atan2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user