mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
0ed91d50ee
* sysdeps/alpha/Versions: Add __atan2 for libm and GLIBC_2.0.
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# functions with special/multiple interfaces
|
|
__divqu; __remqu; __divqs; __remqs; __divlu; __remlu; __divls;
|
|
__remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
|
|
}
|
|
}
|
|
libm {
|
|
GLIBC_2.0 {
|
|
# used in inline functions.
|
|
__atan2;
|
|
}
|
|
}
|