[PATCH 1/2] Fix incorrectly named __kernel_get_tbfreq VDSO function
Anton Blanchard
anton@samba.org
Mon Jul 9 01:27:00 GMT 2012
2012-07-09 Anton Blanchard <anton@samba.org>
* sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
__kernel_vdso_get_tbfreq to __kernel_get_tbfreq
---
sysdeps/unix/sysv/linux/powerpc/init-first.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: glibc/sysdeps/unix/sysv/linux/powerpc/init-first.c
===================================================================
--- glibc.orig/sysdeps/unix/sysv/linux/powerpc/init-first.c 2012-06-25 09:44:29.203189704 +1000
+++ glibc/sysdeps/unix/sysv/linux/powerpc/init-first.c 2012-06-25 09:53:03.315959250 +1000
@@ -39,7 +39,7 @@ _libc_vdso_platform_setup (void)
__vdso_clock_getres = _dl_vdso_vsym ("__kernel_clock_getres", &linux2615);
- __vdso_get_tbfreq = _dl_vdso_vsym ("__kernel_vdso_get_tbfreq", &linux2615);
+ __vdso_get_tbfreq = _dl_vdso_vsym ("__kernel_get_tbfreq", &linux2615);
}
# define VDSO_SETUP _libc_vdso_platform_setup
More information about the Libc-alpha
mailing list