glibc/sysdeps/alpha/Versions
Ulrich Drepper 0ed91d50ee Update.
* sysdeps/alpha/Versions: Add __atan2 for libm and GLIBC_2.0.
1999-01-20 09:23:50 +00:00

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;
}
}