tags 408304 fixed-usptream thanks
Hello Oliver. > The manpage (3) for strtof (strtod) says: > > #define _XOPEN_SOURCE=600 /* or #define _ISOC99_SOURCE */ > #include <stdlib.h> > > First, the former define contains a typo. > > is: > > #define _XOPEN_SOURCE=600 > #include <stdlib.h> > > should be: > > #define _XOPEN_SOURCE 600 > #include <stdlib.h> Thanks. This has already been fixed in an upstream release 2.41. Cheers, Michael -- Michael Kerrisk maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 Want to help with man page maintenance? Grab the latest tarball at http://www.kernel.org/pub/linux/docs/manpages/ read the HOWTOHELP file and grep the source files for 'FIXME'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]