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

Unified Diff: src/nonsfi/linux/linux_pthread_private.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/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 b496aa024fc76f3f1c70e3cd2f2dfdd194cabf44..1651484936a700fa571f5900189dcad06ba793dc 100644
--- a/src/nonsfi/linux/linux_pthread_private.h
+++ b/src/nonsfi/linux/linux_pthread_private.h
@@ -8,6 +8,7 @@
#define NATIVE_CLIENT_SRC_NONSFI_LINUX_LINUX_PTHREAD_PRIVATE_H_ 1
#include "native_client/src/include/nacl_base.h"
+#include "native_client/src/untrusted/irt/irt.h"
EXTERN_C_BEGIN
@@ -17,7 +18,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

Powered by Google App Engine
This is Rietveld 408576698