summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/timespec_get.c
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/timespec_get.c
parent03c1e456b079929a8290aeb4aadb05c0df73bfd2 (diff)
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/timespec_get.c')
-rw-r--r--sysdeps/unix/sysv/linux/timespec_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/timespec_get.c b/sysdeps/unix/sysv/linux/timespec_get.c
index c1626952c1..25616493cd 100644
--- a/sysdeps/unix/sysv/linux/timespec_get.c
+++ b/sysdeps/unix/sysv/linux/timespec_get.c
@@ -22,7 +22,7 @@
# undef INTERNAL_VSYSCALL
# define INTERNAL_VSYSCALL INTERNAL_SYSCALL
#else
-# include <bits/libc-vdso.h>
+# include <libc-vdso.h>
#endif
#ifndef INTERNAL_GETTIME