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

Unified Diff: elf/Versions

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 | « no previous file | sysdeps/nacl/clock_getcpuclockid.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elf/Versions
diff --git a/elf/Versions b/elf/Versions
index 42e66aa6ceb5f9c78d059eaf1147c4d160cb256f..8fdf4e5bb28bf48563614d1aa25817347e31fbb1 100644
--- a/elf/Versions
+++ b/elf/Versions
@@ -69,6 +69,8 @@ ld {
__nacl_futex_cmp_requeue;
# Syscall table: can be used to intercept syscalls.
__nacl_irt_clock;
+ __nacl_irt_clock_getres;
+ __nacl_irt_clock_gettime;
__nacl_irt_close;
__nacl_irt_cond_broadcast;
__nacl_irt_cond_create;
« no previous file with comments | « no previous file | sysdeps/nacl/clock_getcpuclockid.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698