diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-23 11:50:46 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-23 11:50:46 +0000 |
commit | 351c2004d74261d7e793948b93aa6906e3a193f4 (patch) | |
tree | f1e51bdb12975de3c7a7bbedb6b71d00c3cdb663 /gcc/gthr-posix95.h | |
parent | bcd1d551afe3fb320788aaa22b4a6e7ca0f6c759 (diff) | |
download | gcc-351c2004d74261d7e793948b93aa6906e3a193f4.tar.gz |
Fix formatting nit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91085 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-posix95.h')
-rw-r--r-- | gcc/gthr-posix95.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-posix95.h b/gcc/gthr-posix95.h index 78e1d89485b..f10317dd291 100644 --- a/gcc/gthr-posix95.h +++ b/gcc/gthr-posix95.h @@ -579,7 +579,7 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *mutex) if (__gthread_active_p ()) { if (--mutex->depth == 0) - { + { mutex->owner = (pthread_t) 0; pthread_mutex_unlock (&mutex->actual); } |