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:
committed by
Adhemerval Zanella
parent
44c9249978
commit
1395ef2107
@ -17,6 +17,7 @@
|
||||
|
||||
#include <time.h>
|
||||
#include <sysdep.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_CLOCK_GETTIME_VSYSCALL
|
||||
# define HAVE_VSYSCALL
|
||||
|
Reference in New Issue
Block a user