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

Unified Diff: fusl/arch/mips/bits/signal.h

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space Created 4 years, 10 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 | « fusl/arch/mips/bits/mman.h ('k') | fusl/arch/mips/bits/stdarg.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/mips/bits/signal.h
diff --git a/fusl/arch/mips/bits/signal.h b/fusl/arch/mips/bits/signal.h
index 818e0a7b306789899c3163a273e5e13730fd8a5b..889f77e88e24e1149a969ca193ede85a686a59c5 100644
--- a/fusl/arch/mips/bits/signal.h
+++ b/fusl/arch/mips/bits/signal.h
@@ -73,6 +73,15 @@ typedef struct __ucontext {
#define SIG_UNBLOCK 2
#define SIG_SETMASK 3
+#undef SI_ASYNCIO
+#undef SI_MESGQ
+#undef SI_TIMER
+#define SI_ASYNCIO (-2)
+#define SI_MESGQ (-4)
+#define SI_TIMER (-3)
+
+#define __SI_SWAP_ERRNO_CODE
+
#endif
#define SIGHUP 1
« no previous file with comments | « fusl/arch/mips/bits/mman.h ('k') | fusl/arch/mips/bits/stdarg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698