1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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.
This commit is contained in:
Adhemerval Zanella
2015-04-17 14:28:03 -03:00
committed by Adhemerval Zanella
parent 44c9249978
commit 1395ef2107
6 changed files with 21 additions and 63 deletions

View File

@ -17,6 +17,7 @@
#include <time.h>
#include <sysdep.h>
#include <errno.h>
#ifdef HAVE_CLOCK_GETTIME_VSYSCALL
# define HAVE_VSYSCALL