From: Andreas Jaeger Date: Sat, 12 May 2001 20:17:06 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-lgplv2_1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f7eecd5f42694f89a18b666c5f17f67cd579fb;p=thirdparty%2Fglibc.git Update. * sysdeps/ieee754/dbl-64/branred.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 98500bdacfb..8529ae5cbd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ * sysdeps/ieee754/dbl-64/sincos32.c: Likewise. * sysdeps/ieee754/dbl-64/slowexp.c: Likewise. * sysdeps/ieee754/dbl-64/slowpow.c: Likewise. + * sysdeps/ieee754/dbl-64/branred.c: Likewise. * math/math_private.h: Add prototypes for internal functions of the IBM Accurate Mathematical Library. diff --git a/sysdeps/ieee754/dbl-64/branred.c b/sysdeps/ieee754/dbl-64/branred.c index 3253d34aba9..cc5cdc954c7 100644 --- a/sysdeps/ieee754/dbl-64/branred.c +++ b/sysdeps/ieee754/dbl-64/branred.c @@ -1,4 +1,3 @@ - /* * IBM Accurate Mathematical Library * Copyright (c) International Business Machines Corp., 2001 @@ -36,7 +35,7 @@ #include "endian.h" #include "mydefs.h" #include "branred.h" - +#include "math_private.h" /*******************************************************************/