* misc/efgcvt.c: Include <math_ldbl_opt.h> instead of <shlib-compat.h>.
authorRoland McGrath <roland@gnu.org>
Sat, 14 Jan 2006 12:54:45 +0000 (12:54 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 14 Jan 2006 12:54:45 +0000 (12:54 +0000)
* misc/efgcvt_r.c: Likewise.

ChangeLog
misc/efgcvt.c
misc/efgcvt_r.c

index b22df27..700bac9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-01-14  Roland McGrath  <roland@redhat.com>
 
+       * misc/efgcvt.c: Include <math_ldbl_opt.h> instead of <shlib-compat.h>.
+       * misc/efgcvt_r.c: Likewise.
+
        * sysdeps/unix/sysv/linux/sparc/sparc32/nldbl-abi.h: New file.
        * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: #include <nldbl-abi.h>
        to define LONG_DOUBLE_COMPAT_VERSION.  Use that in place of
index ce8593e..b9fb4a9 100644 (file)
@@ -24,7 +24,7 @@
 #include <sys/param.h>
 #include <float.h>
 #include <bits/libc-lock.h>
-#include <shlib-compat.h>
+#include <math_ldbl_opt.h>
 
 #ifndef FLOAT_TYPE
 # define FLOAT_TYPE double
index 6206f3b..ba9566d 100644 (file)
@@ -26,7 +26,7 @@
 #include <math.h>
 #include <stdlib.h>
 #include <sys/param.h>
-#include <shlib-compat.h>
+#include <math_ldbl_opt.h>
 
 #ifndef FLOAT_TYPE
 # define FLOAT_TYPE double