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

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

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: Created 5 years, 6 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/linux/linux_syscall_defines.h
diff --git a/src/nonsfi/linux/linux_syscall_defines.h b/src/nonsfi/linux/linux_syscall_defines.h
index 5c06cfc02fadc4e278fbdb432daaf62b9d9cc322..8c263ea4ad73914224082ed71ec23ef215fdea93 100644
--- a/src/nonsfi/linux/linux_syscall_defines.h
+++ b/src/nonsfi/linux/linux_syscall_defines.h
@@ -15,8 +15,9 @@
#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__)

Powered by Google App Engine
This is Rietveld 408576698