diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-04-13 16:38:16 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-04-20 08:51:17 -0300 |
commit | 7bf8fb104226407b75103b95525364c4667c869f (patch) | |
tree | 6503be7002192c1d1f4b47fdb850d82ce7bc5c37 /sysdeps/unix/sysv/linux/tile | |
parent | 03c1e456b079929a8290aeb4aadb05c0df73bfd2 (diff) | |
download | glibc-7bf8fb104226407b75103b95525364c4667c869f.tar.gz glibc-7bf8fb104226407b75103b95525364c4667c869f.tar.xz glibc-7bf8fb104226407b75103b95525364c4667c869f.zip |
libc-vdso.h place consolidation
This patch moves the libc-vdso.h internal header from bits folder to default architecture one and also corrects the remaning includes in the files.
Diffstat (limited to 'sysdeps/unix/sysv/linux/tile')
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/gettimeofday.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/init-first.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/libc-vdso.h (renamed from sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/tile/gettimeofday.c b/sysdeps/unix/sysv/linux/tile/gettimeofday.c index 05c6298712..8d34b403a2 100644 --- a/sysdeps/unix/sysv/linux/tile/gettimeofday.c +++ b/sysdeps/unix/sysv/linux/tile/gettimeofday.c @@ -19,7 +19,7 @@ #include <stddef.h> #include <sys/time.h> #include <time.h> -#include <bits/libc-vdso.h> +#include <libc-vdso.h> int __gettimeofday (struct timeval *tv, struct timezone *tz) diff --git a/sysdeps/unix/sysv/linux/tile/init-first.c b/sysdeps/unix/sysv/linux/tile/init-first.c index 75dbfd79b9..6b0e26a35e 100644 --- a/sysdeps/unix/sysv/linux/tile/init-first.c +++ b/sysdeps/unix/sysv/linux/tile/init-first.c @@ -17,7 +17,7 @@ #ifdef SHARED #include <dl-vdso.h> -#include <bits/libc-vdso.h> +#include <libc-vdso.h> struct syscall_return_value (*__vdso_gettimeofday) (struct timeval *, void *) attribute_hidden; diff --git a/sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h b/sysdeps/unix/sysv/linux/tile/libc-vdso.h index 44f828630f..44f828630f 100644 --- a/sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h +++ b/sysdeps/unix/sysv/linux/tile/libc-vdso.h |