1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

x86: Clean up __vdso_clock_gettime variable.

This commit is contained in:
Roland McGrath
2015-02-06 10:44:11 -08:00
parent a1309c2bd0
commit ea02c6b812
7 changed files with 20 additions and 232 deletions

View File

@@ -23,9 +23,7 @@
# include <libc-vdso.h>
long int (*__vdso_clock_gettime) (clockid_t, struct timespec *)
__attribute__ ((nocommon));
libc_hidden_proto (__vdso_clock_gettime)
libc_hidden_data_def (__vdso_clock_gettime)
attribute_hidden;
static long int
clock_gettime_syscall (clockid_t id, struct timespec *tp)