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

Unified Diff: components/nacl/loader/nonsfi/irt_interfaces.h

Issue 139453002: Implement nacl_irt_futex for non-sfi mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « components/nacl/loader/nonsfi/irt_futex.cc ('k') | components/nacl/loader/nonsfi/irt_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nonsfi/irt_interfaces.h
diff --git a/components/nacl/loader/nonsfi/irt_interfaces.h b/components/nacl/loader/nonsfi/irt_interfaces.h
index b611023c4483a459350bb8a7a96b349d8a78e53a..33e13a61965503c38e832ec25c507a35361f7ad2 100644
--- a/components/nacl/loader/nonsfi/irt_interfaces.h
+++ b/components/nacl/loader/nonsfi/irt_interfaces.h
@@ -17,6 +17,7 @@ size_t NaClIrtInterface(const char* interface_ident,
extern const struct nacl_irt_basic kIrtBasic;
extern const struct nacl_irt_fdio kIrtFdIO;
extern const struct nacl_irt_thread kIrtThread;
+extern const struct nacl_irt_futex kIrtFutex;
extern const struct nacl_irt_tls kIrtTls;
} // namespace nonsfi
« no previous file with comments | « components/nacl/loader/nonsfi/irt_futex.cc ('k') | components/nacl/loader/nonsfi/irt_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698