fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL
[musl] / arch / arm / syscall_arch.h
index 199ad2a..6023303 100644 (file)
@@ -72,3 +72,9 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo
        register long r5 __asm__("r5") = f;
        __asm_syscall("r"(r7), "0"(r0), "r"(r1), "r"(r2), "r"(r3), "r"(r4), "r"(r5));
 }
+
+#define VDSO_USEFUL
+#define VDSO_CGT_SYM "__vdso_clock_gettime"
+#define VDSO_CGT_VER "LINUX_2.6"
+
+#define SYSCALL_FADVISE_6_ARG