This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Fix vDSO initialization on arm and mips
* Andreas Schwab:
> * sysdeps/unix/sysv/linux/arm/sysdep.h
> (HAVE_CLOCK_GETTIME_VSYSCALL): Define to "__vdso_clock_gettime",
> not "__vdso_gettimeofday".
> (HAVE_GETTIMEOFDAY_VSYSCALL): Define to "__vdso_gettimeofday", not
> "__vdso_clock_gettime".
> * sysdeps/unix/sysv/linux/mips/sysdep.h
> (HAVE_CLOCK_GETTIME_VSYSCALL): Define to "__vdso_clock_gettime",
> not "__vdso_gettimeofday".
> (HAVE_GETTIMEOFDAY_VSYSCALL): Define to "__vdso_gettimeofday", not
> "__vdso_clock_gettime".
It would be nice if you could note in the commit message the commit
that is fixed by this change.