summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-14 12:54:45 +0000
committerRoland McGrath <roland@gnu.org>2006-01-14 12:54:45 +0000
commit1d446ec6446f5ff94a56a5c2a726c7e213099bbd (patch)
tree4e39cb9833005f2173e4ff34cf6aad91beacd822
parent52412049809da45dccba9f6e8d98d61ec7c024a2 (diff)
* misc/efgcvt.c: Include <math_ldbl_opt.h> instead of <shlib-compat.h>.
* misc/efgcvt_r.c: Likewise.
-rw-r--r--ChangeLog3
-rw-r--r--misc/efgcvt.c2
-rw-r--r--misc/efgcvt_r.c2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b22df2716e..700bac96cd 100644
--- 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
diff --git a/misc/efgcvt.c b/misc/efgcvt.c
index ce8593e5e0..b9fb4a9b71 100644
--- a/misc/efgcvt.c
+++ b/misc/efgcvt.c
@@ -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
diff --git a/misc/efgcvt_r.c b/misc/efgcvt_r.c
index 6206f3bde9..ba9566d22c 100644
--- a/misc/efgcvt_r.c
+++ b/misc/efgcvt_r.c
@@ -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