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

Unified Diff: fusl/arch/aarch64/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/aarch64/bits/stdarg.h ('k') | fusl/arch/aarch64/bits/termios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/aarch64/bits/syscall.h
diff --git a/fusl/arch/aarch64/bits/syscall.h b/fusl/arch/aarch64/bits/syscall.h
index d7a1420aaf1f45431c465331bfdcf9554d961d30..31bed73006b3817b72bae1f2e33744fa8ffc1474 100644
--- a/fusl/arch/aarch64/bits/syscall.h
+++ b/fusl/arch/aarch64/bits/syscall.h
@@ -265,6 +265,9 @@
#define __NR_memfd_create 279
#define __NR_bpf 280
#define __NR_execveat 281
+#define __NR_userfaultfd 282
+#define __NR_membarrier 283
+#define __NR_mlock2 284
#define SYS_io_setup __NR_io_setup
#define SYS_io_destroy __NR_io_destroy
@@ -533,3 +536,6 @@
#define SYS_memfd_create __NR_memfd_create
#define SYS_bpf __NR_bpf
#define SYS_execveat __NR_execveat
+#define SYS_userfaultfd __NR_userfaultfd
+#define SYS_membarrier __NR_membarrier
+#define SYS_mlock2 __NR_mlock2
« no previous file with comments | « fusl/arch/aarch64/bits/stdarg.h ('k') | fusl/arch/aarch64/bits/termios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698