| Index: fusl/arch/mips/syscall_arch.h
|
| diff --git a/fusl/arch/mips/syscall_arch.h b/fusl/arch/mips/syscall_arch.h
|
| index e74e0ad0e8bdbc657e5a940b698e4059c616d343..39c0ea32f15152ac87d9c1b2341e8132f11a4387 100644
|
| --- a/fusl/arch/mips/syscall_arch.h
|
| +++ b/fusl/arch/mips/syscall_arch.h
|
| @@ -161,3 +161,7 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo
|
| if (n == SYS_fstatat) __stat_fix(c);
|
| return r2;
|
| }
|
| +
|
| +#define VDSO_USEFUL
|
| +#define VDSO_CGT_SYM "__vdso_clock_gettime"
|
| +#define VDSO_CGT_VER "LINUX_2.6"
|
|
|