This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/2] Fix incorrectly named __kernel_get_tbfreq VDSO function


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]