[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
wrong `configure' results (ITS#327)
Full_Name: Vladimir V. Tsichevski
Version: CVS snapshot 15.10.99
OS: Linux 2.2.3 libc.5
URL:
Submission from: (NULL) (194.87.88.243)
CTIME_R_NARGS incorrect setup by configure (3 args detected instead of 2
in my headers). Here is an excerpt from /usr/include/time.h
#if defined(_POSIX_THREAD_SAFE_FUNCTIONS) || defined(_REENTRANT)
extern char * asctime_r __P((__const struct tm *, char *));
extern char * ctime_r __P((__const time_t *, char *));
extern struct tm* gmtime_r __P((__const time_t *, struct tm *));
extern struct tm* localtime_r __P((__const time_t *, struct tm *));
#endif