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 /nptl | |
parent | 03c1e456b079929a8290aeb4aadb05c0df73bfd2 (diff) | |
download | glibc-7bf8fb104226407b75103b95525364c4667c869f.zip glibc-7bf8fb104226407b75103b95525364c4667c869f.tar.gz glibc-7bf8fb104226407b75103b95525364c4667c869f.tar.bz2 |
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 'nptl')
-rw-r--r-- | nptl/pthread_cond_timedwait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_cond_timedwait.c b/nptl/pthread_cond_timedwait.c index bf80467..10b0a61 100644 --- a/nptl/pthread_cond_timedwait.c +++ b/nptl/pthread_cond_timedwait.c @@ -33,7 +33,7 @@ # undef INLINE_VSYSCALL # define INLINE_VSYSCALL INLINE_SYSCALL #else -# include <bits/libc-vdso.h> +# include <libc-vdso.h> #endif /* Cleanup handler, defined in pthread_cond_wait.c. */ |