[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r7799 - in /fsf/trunk/libc/nptl: ChangeLog pthread_mutex_lock.c



Author: eglibc
Date: Mon Jan 26 00:04:24 2009
New Revision: 7799

Log:
Import glibc-mainline for 2009-01-26

Modified:
    fsf/trunk/libc/nptl/ChangeLog
    fsf/trunk/libc/nptl/pthread_mutex_lock.c

Modified: fsf/trunk/libc/nptl/ChangeLog
==============================================================================
--- fsf/trunk/libc/nptl/ChangeLog (original)
+++ fsf/trunk/libc/nptl/ChangeLog Mon Jan 26 00:04:24 2009
@@ -1,3 +1,7 @@
+2009-01-25  Ulrich Drepper  <drepper@xxxxxxxxxx>
+
+	* pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.
+
 2009-01-08  Ulrich Drepper  <drepper@xxxxxxxxxx>
 
 	* sysdeps/pthread/list.h (list_add): Initialize new element first.

Modified: fsf/trunk/libc/nptl/pthread_mutex_lock.c
==============================================================================
--- fsf/trunk/libc/nptl/pthread_mutex_lock.c (original)
+++ fsf/trunk/libc/nptl/pthread_mutex_lock.c Mon Jan 26 00:04:24 2009
@@ -121,7 +121,6 @@
       goto simple;
     }
 
- out:
   /* Record the ownership.  */
   mutex->__data.__owner = id;
 #ifndef NO_INCR