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

Unified Diff: fusl/arch/powerpc/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/powerpc/bits/stdarg.h ('k') | fusl/arch/x32/bits/errno.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/powerpc/bits/syscall.h
diff --git a/fusl/arch/powerpc/bits/syscall.h b/fusl/arch/powerpc/bits/syscall.h
index 36fb6148fc2d5ac9487a7f1a7e1d2742a62e265a..e02f56f19f653b00811c9b0ac08da97c2ad05e76 100644
--- a/fusl/arch/powerpc/bits/syscall.h
+++ b/fusl/arch/powerpc/bits/syscall.h
@@ -364,6 +364,10 @@
#define __NR_memfd_create 360
#define __NR_bpf 361
#define __NR_execveat 362
+#define __NR_switch_endian 363
+#define __NR_userfaultfd 364
+#define __NR_membarrier 365
+#define __NR_mlock2 378
/*
* repeated with SYS prefix
@@ -734,3 +738,7 @@
#define SYS_memfd_create 360
#define SYS_bpf 361
#define SYS_execveat 362
+#define SYS_switch_endian 363
+#define SYS_userfaultfd 364
+#define SYS_membarrier 365
+#define SYS_mlock2 378
« no previous file with comments | « fusl/arch/powerpc/bits/stdarg.h ('k') | fusl/arch/x32/bits/errno.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698