[Bug 659] strtold() returns meaningless number on Asus WL-500gP router w/OpenWRT

bugzilla at busybox.net bugzilla at busybox.net
Sun Mar 14 19:03:42 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=659





--- Comment #3 from Leonid <lly.dev at gmail.com>  2010-03-14 19:03:24 UTC ---
Sorry, this is a kind of miscompilation bug - according to strtold manual, it
REQUIRES even for glibc:

==========================================================================
  Feature Test Macro Requirements for glibc (see feature_test_macros(7)):

    strtof(),  strtold():  _XOPEN_SOURCE >= 600   ||   _ISOC99_SOURCE;   or
    cc -std=c99
==========================================================================
I simply forgot to provide -std=c99 when compiling test-case, so please close
the bug.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list