mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
* misc/efgcvt.c: Include <math_ldbl_opt.h> instead of <shlib-compat.h>.
* misc/efgcvt_r.c: Likewise.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2006-01-14 Roland McGrath <roland@redhat.com>
|
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/unix/sysv/linux/sparc/sparc32/nldbl-abi.h: New file.
|
||||||
* sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: #include <nldbl-abi.h>
|
* sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: #include <nldbl-abi.h>
|
||||||
to define LONG_DOUBLE_COMPAT_VERSION. Use that in place of
|
to define LONG_DOUBLE_COMPAT_VERSION. Use that in place of
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <bits/libc-lock.h>
|
#include <bits/libc-lock.h>
|
||||||
#include <shlib-compat.h>
|
#include <math_ldbl_opt.h>
|
||||||
|
|
||||||
#ifndef FLOAT_TYPE
|
#ifndef FLOAT_TYPE
|
||||||
# define FLOAT_TYPE double
|
# define FLOAT_TYPE double
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <shlib-compat.h>
|
#include <math_ldbl_opt.h>
|
||||||
|
|
||||||
#ifndef FLOAT_TYPE
|
#ifndef FLOAT_TYPE
|
||||||
# define FLOAT_TYPE double
|
# define FLOAT_TYPE double
|
||||||
|
Reference in New Issue
Block a user