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

Unified Diff: src/nonsfi/linux/linux_pthread_private.h

Issue 1293793009: Reland "Non-SFI mode: Add Linux asynchronous signal support" (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Updated documentation Created 5 years, 4 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 | « src/nonsfi/linux/irt_signal_handling.c ('k') | src/nonsfi/linux/linux_pthread_private.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/nonsfi/linux/linux_pthread_private.h
diff --git a/src/nonsfi/linux/linux_pthread_private.h b/src/nonsfi/linux/linux_pthread_private.h
index 5195e4760029b3fef3cf21354e74c65cb07a3981..39b48d2948339e40ccb0a51385bbd46aed07fea8 100644
--- a/src/nonsfi/linux/linux_pthread_private.h
+++ b/src/nonsfi/linux/linux_pthread_private.h
@@ -10,6 +10,7 @@
#include <stdint.h>
#include "native_client/src/include/nacl_base.h"
+#include "native_client/src/untrusted/irt/irt.h"
EXTERN_C_BEGIN
@@ -19,7 +20,7 @@ EXTERN_C_BEGIN
* its parameter.
*/
int nacl_user_thread_create(void *(*start_func)(void *), void *stack,
- void *thread_ptr);
+ void *thread_ptr, nacl_irt_tid_t *child_tid);
/*
* Exits a thread started by |nacl_user_thread_create|. Threads started with
« no previous file with comments | « src/nonsfi/linux/irt_signal_handling.c ('k') | src/nonsfi/linux/linux_pthread_private.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698