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

Unified Diff: fusl/arch/x32/bits/syscall.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too 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
Index: fusl/arch/x32/bits/syscall.h
diff --git a/fusl/arch/x32/bits/syscall.h b/fusl/arch/x32/bits/syscall.h
index 4a1099d38b630f1d61e6786c113f18673ccc21e4..b972451cc634c13bb7dfce20bde1f78880500d8d 100644
--- a/fusl/arch/x32/bits/syscall.h
+++ b/fusl/arch/x32/bits/syscall.h
@@ -1,4 +1,4 @@
-#define __X32_SYSCALL_BIT 0x40000000
+#define __X32_SYSCALL_BIT 0x40000000
#define __NR_read (__X32_SYSCALL_BIT + 0)
#define __NR_write (__X32_SYSCALL_BIT + 1)
#define __NR_open (__X32_SYSCALL_BIT + 2)
@@ -326,12 +326,8 @@
#define __NR_getdents __NR_getdents64
#define __NR_fadvise __NR_fadvise64
-
-
/* Repeat with SYS_ prefix */
-
-
#define SYS_read __NR_read
#define SYS_write __NR_write
#define SYS_open __NR_open
@@ -614,7 +610,6 @@
#define SYS_membarrier __NR_membarrier
#define SYS_mlock2 __NR_mlock2
-
#define SYS_rt_sigaction __NR_rt_sigaction
#define SYS_rt_sigreturn __NR_rt_sigreturn
#define SYS_ioctl __NR_ioctl

Powered by Google App Engine
This is Rietveld 408576698