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

Unified Diff: src/nonsfi/linux/nacl.scons

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: Added a TODO to remove code after roll 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_syscall_defines.h ('k') | src/public/linux_syscalls/sys/syscall.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/nonsfi/linux/nacl.scons
diff --git a/src/nonsfi/linux/nacl.scons b/src/nonsfi/linux/nacl.scons
index 0a9aa55122470b4e6436d71e4551f01ea8fafad0..15e96e58c4727c9b11ad1fa4b8bb6809905d9d76 100644
--- a/src/nonsfi/linux/nacl.scons
+++ b/src/nonsfi/linux/nacl.scons
@@ -17,4 +17,4 @@ else:
raise Exception('Unsupported architecture')
env.ComponentLibrary('libnacl_sys_private', ['linux_sys_private.c',
'directory.c',
- 'irt_exception_handling.c'])
+ 'irt_signal_handling.c'])
« no previous file with comments | « src/nonsfi/linux/linux_syscall_defines.h ('k') | src/public/linux_syscalls/sys/syscall.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698