From 06120d793a3ae31f8f510f220c8a0a8e23b6a177 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Jun 2003 07:45:18 +0000 Subject: Update. 2003-06-10 Ulrich Drepper * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't leak memory from getifaddr calls. --- nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S index 411a05c..95f3aad 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S @@ -116,12 +116,7 @@ __pthread_cond_signal: jmp 2b /* Unlock in loop requires wakeup. */ -5: -#if cond_lock == 0 - movl %edi, %eax -#else - leal cond_lock(%edi), %eax -#endif +5: movl %edi, %eax call __lll_mutex_unlock_wake jmp 6b -- cgit v1.1