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

Unified Diff: src/nonsfi/irt/irt.gyp

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: Fixed races on thread termination and removed the broken FP-restoration code 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
Index: src/nonsfi/irt/irt.gyp
diff --git a/src/nonsfi/irt/irt.gyp b/src/nonsfi/irt/irt.gyp
index 1f196fa93d6f78ca5f7a8d0a1c25fad8ee9a258b..b4d8a77d86c0bbfe7e62121880236b5b0aa588ea 100644
--- a/src/nonsfi/irt/irt.gyp
+++ b/src/nonsfi/irt/irt.gyp
@@ -26,7 +26,7 @@
'../../untrusted/pthread/stack_end.c',
'../../untrusted/valgrind/dynamic_annotations.c',
'../linux/directory.c',
- '../linux/irt_exception_handling.c',
+ '../linux/irt_signal_handling.c',
'../linux/linux_futex.c',
'../linux/linux_pthread_private.c',
'../linux/linux_sys_private.c',

Powered by Google App Engine
This is Rietveld 408576698