Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 3 Aug 2011 13:13:43 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: cluts comments

On Wed, Aug 03, 2011 at 07:04:07PM +0200, Szabolcs Nagy wrote:
> alloc.c does not compile with glibc here
> it seems _POSIX_C_SOURCE is not enough for
> glibc to have SA_NODEFER in signal.h
> i guess that's a glibc bug..

We're halfway through 2011 and glibc can't catch up to POSIX 2008...
Previously SA_NODEFER was in the XSI option. Again, I think it would
be a very good idea to use -D_XOPEN_SOURCE=700 *globally* for all
tests.

> i've seen mixed use of %i and %d in printf
> i had to look up the difference (nothing)
> i recommend using only one of them consistently
> (i prefer %d)

Me too.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.