1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

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.
This commit is contained in:
Adhemerval Zanella
2015-04-13 16:38:16 -03:00
parent 03c1e456b0
commit 7bf8fb1042
22 changed files with 45 additions and 17 deletions

View File

@ -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