summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/time.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
index 1e38cb2..6cff713 100644
--- a/include/time.h
+++ b/include/time.h
@@ -136,6 +136,13 @@ size_t strftime __P((char *, size_t, const char *, const struct tm *));
time_t time __P((time_t *));
#ifndef _ANSI_SOURCE
+time_t time32_to_time __P((__int32_t t32));
+__int32_t time_to_time32 __P((time_t t));
+time_t time64_to_time __P((__int64_t t64));
+__int64_t time_to_time64 __P((time_t t));
+#endif /* not ANSI */
+
+#ifndef _ANSI_SOURCE
void tzset __P((void));
#endif /* not ANSI */
OpenPOWER on IntegriCloud