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

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

Issue 1300883003: Revert of Non-SFI mode: Add Linux asynchronous signal support (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: 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 39b48d2948339e40ccb0a51385bbd46aed07fea8..5195e4760029b3fef3cf21354e74c65cb07a3981 100644
--- a/src/nonsfi/linux/linux_pthread_private.h
+++ b/src/nonsfi/linux/linux_pthread_private.h
@@ -10,7 +10,6 @@
#include <stdint.h>
#include "native_client/src/include/nacl_base.h"
-#include "native_client/src/untrusted/irt/irt.h"
EXTERN_C_BEGIN
@@ -20,7 +19,7 @@
* its parameter.
*/
int nacl_user_thread_create(void *(*start_func)(void *), void *stack,
- void *thread_ptr, nacl_irt_tid_t *child_tid);
+ void *thread_ptr);
/*
* 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