summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pt-mutex-unlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/pt-mutex-unlock.c')
-rw-r--r--sysdeps/generic/pt-mutex-unlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pt-mutex-unlock.c b/sysdeps/generic/pt-mutex-unlock.c
index 34bed33..08e74ca 100644
--- a/sysdeps/generic/pt-mutex-unlock.c
+++ b/sysdeps/generic/pt-mutex-unlock.c
@@ -36,7 +36,7 @@ __pthread_mutex_unlock (pthread_mutex_t *mutex)
__pthread_spin_lock (&mutex->__lock);
- if (! attr || attr->__mutex_type == PTHREAD_MUTEX_NORMAL)
+ if (!attr || attr->__mutex_type == PTHREAD_MUTEX_NORMAL)
{
#if defined(ALWAYS_TRACK_MUTEX_OWNER)
# ifndef NDEBUG