summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-20 20:24:09 +0000
committerRoland McGrath <roland@gnu.org>2006-02-20 20:24:09 +0000
commit25bc77e6da7f3f767ec002d2cbb022803229a1d9 (patch)
tree751fdbb31e11b6c231cee8c3c65a7b30236cd779 /nptl
parenta93317a17aeb060937b7d896ca589597b33a84d3 (diff)
typo
* pthreadP.h: Define PTHREAD_MUTEX_INCONSISTENT instead of
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 3a0cc94316..ad1b28b149 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -53,7 +53,7 @@
2006-02-15 Ulrich Drepper <drepper@redhat.com>
- * pthreadp.h: Define PTHREAD_MUTEX_INCONSISTENT instead of
+ * pthreadP.h: Define PTHREAD_MUTEX_INCONSISTENT instead of
PTHREAD_MUTEX_OWNERDEAD.
(PTHREAD_MUTEX_ROBUST_PRIVATE_NP): Define as 16, not 256.
Define FUTEX_WAITERS, FUTEX_OWNER_DIED, FUTEX_TID_MASK.