]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
LoongArch: Fix VDSO_HASH and VDSO_NAME.
authorcaiyinyu <caiyinyu@loongson.cn>
Wed, 27 Jul 2022 18:36:52 +0000 (02:36 +0800)
committercaiyinyu <caiyinyu@loongson.cn>
Fri, 29 Jul 2022 01:15:21 +0000 (09:15 +0800)
sysdeps/unix/sysv/linux/loongarch/sysdep.h

index c586df819cd90d29e1207e8d8e9d0d1a5b5d27f7..e4c8fc29369e91ac48cfc390f7fa2e9dbddd24c8 100644 (file)
 
 #ifndef __ASSEMBLER__
 
-#define VDSO_NAME "LINUX_2.6"
-#define VDSO_HASH 61765110
+#define VDSO_NAME "LINUX_5.10"
+#define VDSO_HASH 182947696
 
 /* List of system calls which are supported as vsyscalls.  */
 #define HAVE_CLOCK_GETRES64_VSYSCALL "__vdso_clock_getres"