]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/libm-ieee754/s_finite.c
update from main archive 961005
[thirdparty/glibc.git] / sysdeps / libm-ieee754 / s_finite.c
index c2c428595c088311d740f51194378f7302501634..b12ff423606e626513863ea578e4b0fe63213db4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Developed at SunPro, a Sun Microsystems, Inc. business.
  * Permission to use, copy, modify, and distribute this
- * software is freely granted, provided that this notice 
+ * software is freely granted, provided that this notice
  * is preserved.
  * ====================================================
  */
@@ -34,3 +34,7 @@ static char rcsid[] = "$NetBSD: s_finite.c,v 1.8 1995/05/10 20:47:17 jtc Exp $";
        return (int)((u_int32_t)((hx&0x7fffffff)-0x7ff00000)>>31);
 }
 weak_alias (__finite, finite)
+#ifdef NO_LONG_DOUBLE
+strong_alias (__finite, __finitel)
+weak_alias (__finite, finitel)
+#endif