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

Unified Diff: src/nonsfi/linux/linux_sys_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/linux_pthread_private.c ('k') | src/nonsfi/linux/linux_sys_private.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/nonsfi/linux/linux_sys_private.h
diff --git a/src/nonsfi/linux/linux_sys_private.h b/src/nonsfi/linux/linux_sys_private.h
index b69feb53109a7b998b3125b748cba4931d616aa0..e1e8bc00dff7dcf1178ef666391001651ca33bc1 100644
--- a/src/nonsfi/linux/linux_sys_private.h
+++ b/src/nonsfi/linux/linux_sys_private.h
@@ -20,7 +20,6 @@
int linux_clone_wrapper(uintptr_t fn, uintptr_t arg,
int flags, void *child_stack,
void *ptid, void *ctid, void *thread_ptr);
-int linux_tgkill(int tgid, int tid, int sig);
EXTERN_C_END
« no previous file with comments | « src/nonsfi/linux/linux_pthread_private.c ('k') | src/nonsfi/linux/linux_sys_private.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698