diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:44:11 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:44:11 -0800 |
commit | ea02c6b81296ef3131e0ab3bdf37f3a9905597f4 (patch) | |
tree | a35d11e96580e503c39713ed059ecc057b25c640 /sysdeps/unix/sysv/linux/x86 | |
parent | a1309c2bd0e7469158dfa5dec3334054fad2ed03 (diff) | |
download | glibc-ea02c6b81296ef3131e0ab3bdf37f3a9905597f4.tar.gz glibc-ea02c6b81296ef3131e0ab3bdf37f3a9905597f4.tar.xz glibc-ea02c6b81296ef3131e0ab3bdf37f3a9905597f4.zip |
x86: Clean up __vdso_clock_gettime variable.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86/libc-vdso.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86/libc-vdso.h b/sysdeps/unix/sysv/linux/x86/libc-vdso.h index 03ff875035..79b6411d7e 100644 --- a/sysdeps/unix/sysv/linux/x86/libc-vdso.h +++ b/sysdeps/unix/sysv/linux/x86/libc-vdso.h @@ -24,7 +24,8 @@ #ifdef SHARED -extern long int (*__vdso_clock_gettime) (clockid_t, struct timespec *); +extern long int (*__vdso_clock_gettime) (clockid_t, struct timespec *) + attribute_hidden; #endif |