about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-21 13:52:28 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-21 13:52:28 -0400
commit91b392a4bab0c2dc90e7e3ff914dec20b97adca8 (patch)
treec59ef82aa0fcbbcaaa2e6f0c6a99670e51da112b /sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h
parente315850c088ad13a160132a6fcec9d7564dd3c08 (diff)
downloadglibc-91b392a4bab0c2dc90e7e3ff914dec20b97adca8.tar.gz
glibc-91b392a4bab0c2dc90e7e3ff914dec20b97adca8.tar.xz
glibc-91b392a4bab0c2dc90e7e3ff914dec20b97adca8.zip
Use ifuncs for time and gettimeofday on x86-64
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h b/sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h
index d7123c9bb5..f9bf84e5b9 100644
--- a/sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h
+++ b/sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h
@@ -1,5 +1,5 @@
 /* Resolve function pointers to VDSO functions.
-   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2011 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -25,9 +25,6 @@
 
 #ifdef SHARED
 
-extern long int (*__vdso_gettimeofday) (struct timeval *, void *)
-  attribute_hidden;
-
 extern long int (*__vdso_clock_gettime) (clockid_t, struct timespec *);
 
 #endif