diff options
author | caiyinyu <caiyinyu@loongson.cn> | 2022-07-28 02:36:52 +0800 |
---|---|---|
committer | caiyinyu <caiyinyu@loongson.cn> | 2022-07-29 09:15:21 +0800 |
commit | 033e76ea9c39def3473bbfb31438a59168f3f3d7 (patch) | |
tree | 12053b373392512b57021d0715ea0f2a5833adeb | |
parent | 7c5db7931f940a0de9d39b566f6fef41148491c0 (diff) | |
download | glibc-033e76ea9c39def3473bbfb31438a59168f3f3d7.tar.gz glibc-033e76ea9c39def3473bbfb31438a59168f3f3d7.tar.xz glibc-033e76ea9c39def3473bbfb31438a59168f3f3d7.zip |
LoongArch: Fix VDSO_HASH and VDSO_NAME.
-rw-r--r-- | sysdeps/unix/sysv/linux/loongarch/sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/loongarch/sysdep.h b/sysdeps/unix/sysv/linux/loongarch/sysdep.h index c586df819c..e4c8fc2936 100644 --- a/sysdeps/unix/sysv/linux/loongarch/sysdep.h +++ b/sysdeps/unix/sysv/linux/loongarch/sysdep.h @@ -110,8 +110,8 @@ #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" |