mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Use type pthread_state for thread state.
This commit is contained in:
parent
f5c04409eb
commit
0b90fa4ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue