diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-04-17 14:28:03 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2015-06-01 22:25:02 -0300 |
commit | 1395ef210722633a1f10a5e6acb29da13933d0c6 (patch) | |
tree | b94140cbf65b13b5d9964f1c3eab638e8090c192 /ChangeLog | |
parent | 44c924997806580c2e90d350275e270a3d365186 (diff) | |
download | glibc-1395ef210722633a1f10a5e6acb29da13933d0c6.tar glibc-1395ef210722633a1f10a5e6acb29da13933d0c6.tar.gz glibc-1395ef210722633a1f10a5e6acb29da13933d0c6.tar.bz2 glibc-1395ef210722633a1f10a5e6acb29da13933d0c6.zip |
x86: clock_gettime and timespec_get vDSO cleanup
This patch removes the x86 specific timespec_get and clock_gettime
implementation to use generic HAVE_CLOCK_GETTIME_VSYSCALL way.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2015-06-01 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL): + Define. + (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise. + * sysdeps/unix/sysv/linux/x86_64/sysdep.h + (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise. + (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise. + * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h. + * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file. + * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise. + 2015-06-01 Martin Sebor <msebor@redhat.com> [BZ #18116] |