This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/2177] strtof man page error


------- Additional Comments From bje at sources dot redhat dot com  2006-01-19 23:22 -------
The synopsis of the strtod(3) man page says:

       #define _XOPEN_SOURCE=600   /* or #define _ISOC99_SOURCE */
       #include <stdlib.h>

The #define should read _XOPEN_SOURCE <space> 600, not =.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |minor
             Status|RESOLVED                    |REOPENED
           Priority|P2                          |P3
         Resolution|INVALID                     |
            Summary|strtof and strtold gives    |strtof man page error
                   |garbage results             |


http://sourceware.org/bugzilla/show_bug.cgi?id=2177

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]