]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add __atan2 for libm and GLIBC_2.0.
authorUlrich Drepper <drepper@redhat.com>
Wed, 20 Jan 1999 09:23:32 +0000 (09:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 20 Jan 1999 09:23:32 +0000 (09:23 +0000)
sysdeps/alpha/Versions

index c7c1f047f6c54b16e369ef06ef3d2ca3a5e50288..76b67a6b9084a3d3c2f12aa0ba3e43e14186e35c 100644 (file)
@@ -5,3 +5,9 @@ libc {
     __remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
   }
 }
+libm {
+  GLIBC_2.0 {
+    # used in inline functions.
+    __atan2;
+  }
+}