|
@@ -108,15 +108,11 @@ extern time_t timelocal __P ((struct tm *__tp));
|
|
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#if defined(_POSIX_THREAD_SAFE_FUNCTIONS) || defined(_REENTRANT)
|
|
|
|
-
|
|
|
|
extern char * asctime_r __P((__const struct tm *, char *));
|
|
extern char * asctime_r __P((__const struct tm *, char *));
|
|
extern char * ctime_r __P((__const time_t *, char *));
|
|
extern char * ctime_r __P((__const time_t *, char *));
|
|
extern struct tm* gmtime_r __P((__const time_t *, struct tm *));
|
|
extern struct tm* gmtime_r __P((__const time_t *, struct tm *));
|
|
extern struct tm* localtime_r __P((__const time_t *, struct tm *));
|
|
extern struct tm* localtime_r __P((__const time_t *, struct tm *));
|
|
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
struct timespec;
|
|
struct timespec;
|
|
|
|
|
|
/* IEEE Std 1003.1b-1993. */
|
|
/* IEEE Std 1003.1b-1993. */
|