about summary refs log tree commit diff
path: root/conform/data/time.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/time.h-data')
-rw-r--r--conform/data/time.h-data7
1 files changed, 6 insertions, 1 deletions
diff --git a/conform/data/time.h-data b/conform/data/time.h-data
index 045ed49624..7284760992 100644
--- a/conform/data/time.h-data
+++ b/conform/data/time.h-data
@@ -13,6 +13,8 @@ element {struct tm} int tm_isdst
 constant NULL
 constant CLK_TCK
 constant CLOCKS_PER_SEC
+constant CLOCK_PROCESS_CPUTIME_ID
+constant CLOCK_THREAD_CPUTIME_ID
 
 type {struct timespec}
 
@@ -26,6 +28,7 @@ element {struct itimerspec} {struct timespec} it_value
 
 constant CLOCK_REALTIME
 constant TIME_ABSTIME
+constant CLOCK_MONOTONIC
 
 type clock_t
 type clockid_t
@@ -38,15 +41,17 @@ variable int getdate_err
 function {char*} asctime (const struct tm*)
 function {char*} asctime_r (const struct tm*, char*)
 function clock_t clock (void)
+function int clock_getcpuclockid (pid_t, clockid_t*)
 function int clock_getres (clockid_t, struct timespec*)
 function int clock_gettime (clockid_t, struct timespec*)
+function int clock_nanosleep (clockid_t, int, const struct timespec*, struct timespec*)
 function int clock_settime (clockid_t, const struct timespec*)
 function {char*} ctime (const time_t*)
 function {char*} ctime_r (const time_t*, char*)
 function double difftime (time_t, time_t)
 function {struct tm*} getdate (const char*)
 function {struct tm*} gmtime (const time_t*)
-function {struct tm*} gmtime_t (const time_t*, struct tm*)
+function {struct tm*} gmtime_r (const time_t*, struct tm*)
 function {struct tm*} localtime (const time_t*)
 function {struct tm*} localtime_r (const time_t*, struct tm*)
 function time_t mktime (struct tm*)