This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix implicit __isinf declarations in exp


On 03/24/2014 11:01 PM, Joseph S. Myers wrote:
> y recent exp patch introduced warnings about implicit __isinf
> declarations in exp because e_exp.c didn't include <math.h>.  I've
> applied this patch to fix this.  Because <math.h> can't be included
> after <math_private.h> (because of macro definitions of __nan*), it
> was necessary to put an include in
> sysdeps/x86_64/fpu/multiarch/e_exp.c as well.

Thanks,
Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]