mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
s/struct pthread_mutex_s/struct __pthread_mutex_s/
This commit is contained in:
parent
d922671764
commit
bd09caaa27
@ -165,7 +165,7 @@ struct pthread
|
||||
} while (0)
|
||||
# define DEQUEUE_MUTEX(mutex) \
|
||||
do { \
|
||||
struct pthread_mutex_s *runp = THREAD_GETMEM (THREAD_SELF, robust_list); \
|
||||
struct __pthread_mutex_s *runp = THREAD_GETMEM (THREAD_SELF, robust_list);\
|
||||
if (runp == &mutex->__data) \
|
||||
THREAD_SETMEM (THREAD_SELF, robust_list, runp->__next); \
|
||||
else \
|
||||
|
Loading…
x
Reference in New Issue
Block a user