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

Unified Diff: src/untrusted/nacl/nacl_irt.h

Issue 1212613002: Non-SFI mode: Add Linux asynchronous signal support (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Disabled the async signal test for glibc Created 5 years, 5 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
Index: src/untrusted/nacl/nacl_irt.h
diff --git a/src/untrusted/nacl/nacl_irt.h b/src/untrusted/nacl/nacl_irt.h
index aa5d153eb5b21c9adbbf873c142b36af4083b6a5..aab3a4f7011edc6cf3ca118e2f7357b8dcf50987 100644
--- a/src/untrusted/nacl/nacl_irt.h
+++ b/src/untrusted/nacl/nacl_irt.h
@@ -27,6 +27,7 @@ extern struct nacl_irt_dev_getpid __libnacl_irt_dev_getpid;
/* These declarations are defined within libpthread. */
extern struct nacl_irt_thread __libnacl_irt_thread;
+extern struct nacl_irt_thread_v0_2 __libnacl_irt_thread_v0_2;
Mark Seaborn 2015/08/12 01:43:07 Not needed -- see my comment in linux_pthread_priv
Luis Héctor Chávez 2015/08/12 22:14:27 Done.
extern struct nacl_irt_futex __libnacl_irt_futex;
extern int __libnacl_irt_query(const char *interface,

Powered by Google App Engine
This is Rietveld 408576698