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

Unified Diff: src/nonsfi/linux/linux_syscall_defines.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_sys_private.c ('k') | src/nonsfi/linux/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/nonsfi/linux/linux_syscall_defines.h
diff --git a/src/nonsfi/linux/linux_syscall_defines.h b/src/nonsfi/linux/linux_syscall_defines.h
index 8c263ea4ad73914224082ed71ec23ef215fdea93..5c06cfc02fadc4e278fbdb432daaf62b9d9cc322 100644
--- a/src/nonsfi/linux/linux_syscall_defines.h
+++ b/src/nonsfi/linux/linux_syscall_defines.h
@@ -15,9 +15,8 @@
#define LINUX_SIG_UNBLOCK 1
#define LINUX_SA_SIGINFO 0x00000004
+#define LINUX_SA_RESTART 0x10000000
#define LINUX_SA_ONSTACK 0x08000000
-#define LINUX_SA_NODEFER 0x40000000
-#define LINUX_SA_RESTART 0x10000000
/* From linux/arch/{arch}/include/uapi/asm/signal.h */
#if defined(__mips__)
« no previous file with comments | « src/nonsfi/linux/linux_sys_private.c ('k') | src/nonsfi/linux/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698