about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/aarch64
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.com>2015-04-13 16:38:16 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>2015-04-20 08:51:17 -0300
commit7bf8fb104226407b75103b95525364c4667c869f (patch)
tree6503be7002192c1d1f4b47fdb850d82ce7bc5c37 /sysdeps/unix/sysv/linux/aarch64
parent03c1e456b079929a8290aeb4aadb05c0df73bfd2 (diff)
downloadglibc-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/aarch64')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/gettimeofday.c2
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/init-first.c2
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (renamed from sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c b/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c
index 950666fda7..67b7f6d566 100644
--- a/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c
+++ b/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c
@@ -21,7 +21,7 @@
 
 #undef __gettimeofday
 
-#include <bits/libc-vdso.h>
+#include <libc-vdso.h>
 
 /* Get the current time of day and timezone information,
    putting it into *tv and *tz.  If tz is null, *tz is not filled.
diff --git a/sysdeps/unix/sysv/linux/aarch64/init-first.c b/sysdeps/unix/sysv/linux/aarch64/init-first.c
index 01241aa340..d99c821f6d 100644
--- a/sysdeps/unix/sysv/linux/aarch64/init-first.c
+++ b/sysdeps/unix/sysv/linux/aarch64/init-first.c
@@ -21,7 +21,7 @@
 # undef __gettimeofday
 # undef __clock_gettime
 # undef __clock_getres
-# include <bits/libc-vdso.h>
+# include <libc-vdso.h>
 
 void (*__vdso_gettimeofday) (struct timeval *, void *) attribute_hidden;
 void (*__vdso_clock_gettime) (clockid_t, struct timespec *);
diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h b/sysdeps/unix/sysv/linux/aarch64/libc-vdso.h
index 1f6bb36c3b..1f6bb36c3b 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h
+++ b/sysdeps/unix/sysv/linux/aarch64/libc-vdso.h