[PATCH] Fix vDSO initialization on arm and mips
Florian Weimer
fw@deneb.enyo.de
Tue Sep 24 11:52:00 GMT 2019
* 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.
More information about the Libc-alpha
mailing list