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

Unified Diff: fusl/arch/mips/bits/syscall.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/stdarg.h ('k') | fusl/arch/mips/crt_arch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/mips/bits/syscall.h
diff --git a/fusl/arch/mips/bits/syscall.h b/fusl/arch/mips/bits/syscall.h
index 06761ed4b693c7f565525c6e989bf3d94e48c993..340c58739c85bfe6f23e0ac9fd3cc5a2e10808ea 100644
--- a/fusl/arch/mips/bits/syscall.h
+++ b/fusl/arch/mips/bits/syscall.h
@@ -354,6 +354,9 @@
#define __NR_memfd_create 4354
#define __NR_bpf 4355
#define __NR_execveat 4356
+#define __NR_userfaultfd 4357
+#define __NR_membarrier 4358
+#define __NR_mlock2 4359
/* Repeated with SYS_ prefix */
@@ -713,3 +716,6 @@
#define SYS_memfd_create 4354
#define SYS_bpf 4355
#define SYS_execveat 4356
+#define SYS_userfaultfd 4357
+#define SYS_membarrier 4358
+#define SYS_mlock2 4359
« no previous file with comments | « fusl/arch/mips/bits/stdarg.h ('k') | fusl/arch/mips/crt_arch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698