Use type pthread_state for thread state.
This commit is contained in:
parent
f5c04409eb
commit
0b90fa4ad0
@ -371,7 +371,7 @@ struct pthread {
|
||||
sigset_t sigmask;
|
||||
|
||||
/* Thread state: */
|
||||
umtx_t state;
|
||||
enum pthread_state state;
|
||||
|
||||
/*
|
||||
* Error variable used instead of errno. The function __error()
|
||||
|
Loading…
Reference in New Issue
Block a user