Package: manpages-dev
Severity: normal
Version: 2.02-2
File: /usr/share/man/man3/strptime.3.gz
Tags: upstream

strptime.3 says:

        #define _XOPEN_SOURCE /* glibc2 needs this */
        #include <time.h>
        
        char *strptime(const char *s, const char *format, struct tm *tm);

But, I had to #define __USE_XOPEN instead (after reading time.h).
Maybe those two #defines are somehow linked?  I can't see that they
are.  Or maybe -std=gnu99 or gcc4 is different?  I don't know.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to