mirror of git://sourceware.org/git/glibc.git
* pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.
This commit is contained in:
parent
25e8417764
commit
563ee1cb34
|
@ -1,3 +1,7 @@
|
|||
2009-01-25 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.
|
||||
|
||||
2009-01-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/pthread/list.h (list_add): Initialize new element first.
|
||||
|
|
|
@ -121,7 +121,6 @@ __pthread_mutex_lock (mutex)
|
|||
goto simple;
|
||||
}
|
||||
|
||||
out:
|
||||
/* Record the ownership. */
|
||||
mutex->__data.__owner = id;
|
||||
#ifndef NO_INCR
|
||||
|
|
Loading…
Reference in New Issue