summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386/init-first.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-01-30 10:27:37 -0800
committerRoland McGrath <roland@hack.frob.com>2015-01-30 10:27:37 -0800
commit99358df1c6b768bcccfc985176967743bea916e4 (patch)
treeaf3719efa09f0df55f1e09c61c4a01409ff72a3b /sysdeps/unix/sysv/linux/i386/init-first.c
parentb658fdd82b4524cf6a39881d092caa23f63d93ac (diff)
downloadglibc-99358df1c6b768bcccfc985176967743bea916e4.tar.gz
x86: Clean up __vdso_clock_gettime variable.roland/vdso_clock_gettime
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/init-first.c')
-rw-r--r--sysdeps/unix/sysv/linux/i386/init-first.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/init-first.c b/sysdeps/unix/sysv/linux/i386/init-first.c
index 4be65d7e47..5d09bec108 100644
--- a/sysdeps/unix/sysv/linux/i386/init-first.c
+++ b/sysdeps/unix/sysv/linux/i386/init-first.c
@@ -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)