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

Unified Diff: fusl/arch/x86_64/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/x86_64/bits/stdarg.h ('k') | fusl/arch/x86_64/bits/termios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/x86_64/bits/syscall.h
diff --git a/fusl/arch/x86_64/bits/syscall.h b/fusl/arch/x86_64/bits/syscall.h
index 96ec51fa455e27962f0bd51d6ab556347ce5100c..22aa716c02848c2a8fa812f17a9b9b53f6bfcae6 100644
--- a/fusl/arch/x86_64/bits/syscall.h
+++ b/fusl/arch/x86_64/bits/syscall.h
@@ -321,6 +321,9 @@
#define __NR_kexec_file_load 320
#define __NR_bpf 321
#define __NR_execveat 322
+#define __NR_userfaultfd 323
+#define __NR_membarrier 324
+#define __NR_mlock2 325
@@ -649,3 +652,6 @@
#define SYS_kexec_file_load 320
#define SYS_bpf 321
#define SYS_execveat 322
+#define SYS_userfaultfd 323
+#define SYS_membarrier 324
+#define SYS_mlock2 325
« no previous file with comments | « fusl/arch/x86_64/bits/stdarg.h ('k') | fusl/arch/x86_64/bits/termios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698