diff options
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 bf80467845..10b0a61a2a 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. */ |