| 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
|
|
|