Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / nonsfi / linux / linux_syscall_defines.h
index 1288645..5f3cc89 100644 (file)
 #define CLONE_SYSVSEM        0x00040000
 #define CLONE_SETTLS         0x00080000
 
+#define LINUX_SIGCHLD 17
+
 #define FUTEX_WAIT_PRIVATE 128
 #define FUTEX_WAKE_PRIVATE 129
 
+#define LINUX_TCGETS 0x5401
+
+#define LINUX_SA_SIGINFO 0x00000004
+#define LINUX_SA_RESTART 0x10000000
+#define LINUX_SA_ONSTACK 0x08000000
+
 #endif