|
@@ -20,6 +20,7 @@
|
|
#include <sysdep.h>
|
|
#include <sysdep.h>
|
|
#include <lowlevelcond.h>
|
|
#include <lowlevelcond.h>
|
|
#include <pthread-errnos.h>
|
|
#include <pthread-errnos.h>
|
|
|
|
+#include <tcb-offsets.h>
|
|
|
|
|
|
#ifdef UP
|
|
#ifdef UP
|
|
# define LOCK
|
|
# define LOCK
|
|
@@ -374,8 +375,7 @@ __pthread_cond_timedwait:
|
|
#endif
|
|
#endif
|
|
.LENDCODE:
|
|
.LENDCODE:
|
|
.size __pthread_cond_timedwait, .-__pthread_cond_timedwait
|
|
.size __pthread_cond_timedwait, .-__pthread_cond_timedwait
|
|
-versioned_symbol (libpthread, __pthread_cond_timedwait, pthread_cond_timedwait,
|
|
+weak_alias(__pthread_cond_timedwait, pthread_cond_timedwait)
|
|
- GLIBC_2_3_2)
|
|
|
|
|
|
|
|
|
|
|
|
.section .eh_frame,"a",@progbits
|
|
.section .eh_frame,"a",@progbits
|