On Thu, Mar 7, 2013 at 4:02 AM, Philip Guenther <[email protected]> wrote:
>> * confstr() failures don't print strerror(errno) unlike sysconf() >> failures. > > No, it did include the strerror message. The real defect was that it also > included the decimal value of the _CS_FOO constant, which was pointless. sorry, i mixed up the two error conditions > > Anyway, fixed. Thanks. > > > Philip Guenther
