diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-10-13 12:45:21 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-10-13 12:45:21 +0000 |
| commit | 0b90fa4ad0a71d64c07fbe787632bbf1d52b99c3 (patch) | |
| tree | 254b50d8810263bcb01fe8e04fb26672c2f2043a | |
| parent | f5c04409eb15bab99877ff6aa3137ceadddf37b5 (diff) | |
Notes
| -rw-r--r-- | lib/libthr/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 0099a94a7f75..2e370b94a7c4 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -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() |
