Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: sysdeps/nacl/irt_syscalls.h

Issue 9389024: plumb glibc clock_get interfaces to irt (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: GNU style; pass through for clock_nanosleep Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sysdeps/nacl/irt.h ('k') | sysdeps/nacl/irt_syscalls.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sysdeps/nacl/irt.h ('k') | sysdeps/nacl/irt_syscalls.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698