|
Message-ID: <20140108041519.GI24286@brightrain.aerifal.cx> Date: Tue, 7 Jan 2014 23:15:19 -0500 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: [feature request] add function strtoull_l and similar On Wed, Jan 08, 2014 at 12:03:46PM +0800, 邓尧 wrote: > I'm building libc++ against musl, it requires strtoull_l and similar > functions in order to implement C++ header <locale>. I have no idea whether > these functions are standard or glibc extensions. You can just redirect them to plain strtoull, etc.; musl does not support radix separators other than '.' so there's no need for passing a locale argument. The GNU/BSD _l variants will probably be added at some point in the future (ignoring their locale argument) but fow now it's probably just easiest to work around their absence. 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.