This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: [PATCH] Enable XSI extensions by default


On Aug 25 07:29, Sebastian Huber wrote:
> This test program
> 
>   #include <strings.h>
> 
>   int f(int i)
>   {
>     return ffs(i);
>   }
> 
> resulted in the follwing GCC warning
> 
>   warning: implicit declaration of function 'ffs' [-Wimplicit-function-declaration]
> 
> This is not the case for glibc and FreeBSD.  On FreeBSD __XSI_VISBLE is
> by default defined to 700.  Do this also on Newlib.

Sounds right to me, but I'd like to have Yaakov's input as our
local header standarizer :)

Yaakov?


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


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