mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
* pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.
This commit is contained in:
@ -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>
|
2009-01-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/pthread/list.h (list_add): Initialize new element first.
|
* sysdeps/pthread/list.h (list_add): Initialize new element first.
|
||||||
|
@ -121,7 +121,6 @@ __pthread_mutex_lock (mutex)
|
|||||||
goto simple;
|
goto simple;
|
||||||
}
|
}
|
||||||
|
|
||||||
out:
|
|
||||||
/* Record the ownership. */
|
/* Record the ownership. */
|
||||||
mutex->__data.__owner = id;
|
mutex->__data.__owner = id;
|
||||||
#ifndef NO_INCR
|
#ifndef NO_INCR
|
||||||
|
Reference in New Issue
Block a user