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

Unified Diff: fusl/arch/i386/syscall_arch.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/i386/bits/termios.h ('k') | fusl/arch/mips/bits/io.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/i386/syscall_arch.h
diff --git a/fusl/arch/i386/syscall_arch.h b/fusl/arch/i386/syscall_arch.h
index ca0ea7fb79d63963c95ab13d946df595ff994ec2..4c9d874aa3ebc6fa2da64cfdfd0d57d624d8b858 100644
--- a/fusl/arch/i386/syscall_arch.h
+++ b/fusl/arch/i386/syscall_arch.h
@@ -55,3 +55,5 @@ static inline long __syscall6(long n, long a1, long a2, long a3, long a4, long a
#define VDSO_USEFUL
#define VDSO_CGT_SYM "__vdso_clock_gettime"
#define VDSO_CGT_VER "LINUX_2.6"
+
+#define SYSCALL_USE_SOCKETCALL
« no previous file with comments | « fusl/arch/i386/bits/termios.h ('k') | fusl/arch/mips/bits/io.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698