Index: sysdeps/nacl/irt_syscalls.h |
diff --git a/sysdeps/nacl/irt_syscalls.h b/sysdeps/nacl/irt_syscalls.h |
index bb6c71c332d9018ee141eba7d6d0d36bc529994c..320b8ecb8b9a069a83d5267ed8ef739aac9f7f12 100644 |
--- a/sysdeps/nacl/irt_syscalls.h |
+++ b/sysdeps/nacl/irt_syscalls.h |
@@ -74,6 +74,9 @@ extern void *(*__nacl_irt_tls_get) (void); |
extern int (*__nacl_irt_open_resource) (const char* file, int *fd); |
+extern int (*__nacl_irt_clock_getres) (clockid_t clk_id, struct timespec *res); |
+extern int (*__nacl_irt_clock_gettime) (clockid_t clk_id, struct timespec *tp); |
+ |
#ifdef _LIBC |
void init_irt_table (void) attribute_hidden; |
#endif |