This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c
- From: David Miller <davem at davemloft dot net>
- To: joseph at codesourcery dot com
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 05 Dec 2012 13:33:19 -0500 (EST)
- Subject: Re: Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c
- References: <Pine.LNX.4.64.1212051806580.1819@digraph.polyomino.org.uk>
From: "Joseph S. Myers" <joseph@codesourcery.com>
Date: Wed, 5 Dec 2012 18:07:34 +0000
> sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c uses qsort but is missing an
> include of <stdlib.h>, so causing a warning "implicit declaration of
> function 'qsort'" (seen in powerpc-nofpu testing). This patch fixes
> this (tested powerpc-nofpu) by adding such an include.
>
> 2012-12-05 Joseph Myers <joseph@codesourcery.com>
>
> * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
Ok.