Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 27 Nov 2013 21:23:27 -0600
From: Rob Landley <rob@...dley.net>
To: musl@...ts.openwall.com
Cc: musl@...ts.openwall.com
Subject: Re: Latest pkgsrc results [What builds on musl 0.9.13?]

On 11/08/2013 11:20:10 PM, Rich Felker wrote:
> On Sat, Nov 09, 2013 at 05:02:52AM +0100, Szabolcs Nagy wrote:
> > * Rich Felker <dalias@...ifal.cx> [2013-11-08 20:01:30 -0500]:
> > > > 	at least mysql5-client config uses getconf
> > >
> > > Hm? We should probably provide a getconf that works with musl
> > > somewhere...
> >
> > maybe landley could do one for toybox.. :)
> 
> I'm not clear on how easy it is to do in a libc-agnostic way, but if
> possible that would definitely be a nice solution.

It's already in the toybox roadmap because posix specifies it:

   http;//landley.net/toybox/roadmap.html
   http://opengroup.org/onlinepubs/9699919799/utilities/getconf.html

And they say it stacks on top of sysconf(), confstr(), and limits.h.  
Plus the implementation may add "other local values"...

Rob

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.