From: Ulrich Drepper Date: Wed, 20 Jan 1999 09:23:32 +0000 (+0000) Subject: Add __atan2 for libm and GLIBC_2.0. X-Git-Tag: glibc-2.16-ports-before-merge~2954 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f67e2479b460fa08da1506b2e50a36f096ff12f3;p=thirdparty%2Fglibc.git Add __atan2 for libm and GLIBC_2.0. --- diff --git a/sysdeps/alpha/Versions b/sysdeps/alpha/Versions index c7c1f047f6c..76b67a6b908 100644 --- a/sysdeps/alpha/Versions +++ b/sysdeps/alpha/Versions @@ -5,3 +5,9 @@ libc { __remls; __divl; __reml; __divq; __remq; __divqu; __remqu; } } +libm { + GLIBC_2.0 { + # used in inline functions. + __atan2; + } +}