|
Message-ID: <20120521174349.GF163@brightrain.aerifal.cx> Date: Mon, 21 May 2012 13:43:49 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: _BSD_SOURCE support for musl ready On Mon, May 21, 2012 at 10:19:26AM -0700, Isaac Dunham wrote: > OK. > I've put innetgr in its own file under src/stubs/ > This probably means I'd need to change logwtmp, also (I had it in > stubs/utmpx.c) utmpx.c is not a big deal because it's no longer in the standard (it was removed by POSIX 2008). > > Wasn't all of this already coming from strings.h? > > I think I did that before _GNU_SOURCE included strings.h ... > > By the way, I noticed that strings.h seems to be specified (without > bzero & co.) in X/Open 2008. I'm inclined to test like so: These functions were removed in POSIX 2008; previously, they were specified to be declared in strings.h. 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.