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

Unified Diff: fusl/arch/arm/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/arm/bits/stdarg.h ('k') | fusl/arch/arm/bits/termios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/arm/bits/syscall.h
diff --git a/fusl/arch/arm/bits/syscall.h b/fusl/arch/arm/bits/syscall.h
index df6cda016316a5067697ca87884fa1b406efe76b..036c562fb467c45ac81861ef5ce7fcf0e260efac 100644
--- a/fusl/arch/arm/bits/syscall.h
+++ b/fusl/arch/arm/bits/syscall.h
@@ -341,6 +341,9 @@
#define __NR_memfd_create 385
#define __NR_bpf 386
#define __NR_execveat 387
+#define __NR_userfaultfd 388
+#define __NR_membarrier 389
+#define __NR_mlock2 390
#define __ARM_NR_breakpoint 0x0f0001
#define __ARM_NR_cacheflush 0x0f0002
@@ -693,3 +696,6 @@
#define SYS_memfd_create 385
#define SYS_bpf 386
#define SYS_execveat 387
+#define SYS_userfaultfd 388
+#define SYS_membarrier 389
+#define SYS_mlock2 390
« no previous file with comments | « fusl/arch/arm/bits/stdarg.h ('k') | fusl/arch/arm/bits/termios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698