From 02a89fe640faeb77920643190bff29894e503d64 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Wed, 16 Dec 2009 03:43:50 -0800 Subject: x86_64: fix up the rest of the includes and aliases for nptl Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S index 687f3d0de..544118eb7 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S @@ -19,6 +19,7 @@ #include #include +#include #ifdef UP # define LOCK @@ -348,8 +349,7 @@ __pthread_cond_wait: jmp 14b .LENDCODE: .size __pthread_cond_wait, .-__pthread_cond_wait -versioned_symbol (libpthread, __pthread_cond_wait, pthread_cond_wait, - GLIBC_2_3_2) +weak_alias(__pthread_cond_wait, pthread_cond_wait) .section .eh_frame,"a",@progbits -- cgit v1.2.3