summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2004-11-01 17:28:43 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-04-06 22:40:14 +0200
commit8765659aee80734a9d0a68a67c20c43a0d97eee4 (patch)
tree2b1c4e602a8fe119e1622d7f57a9701d45eb9407 /ChangeLog
parent347e1b07eb34cd37d37c3fd8f4a7e6645f3d0971 (diff)
2004-11-01 Marcus Brinkmann <marcus@gnu.org>
* pthread/pt-create.c (__pthread_total): Change type to uatomic32_t. * pthread/pt-internal.h (__pthread_total): Likewise in declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad567ab..d9debc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-11-01 Marcus Brinkmann <marcus@gnu.org>
+ * pthread/pt-create.c (__pthread_total): Change type to uatomic32_t.
+ * pthread/pt-internal.h (__pthread_total): Likewise in declaration.
+
* pthread/pt-internal.h: Include <atomic.h>, not <bits/atomic.h>.
(__pthread_total): Change type of declaration to uatomic_max_t.
* pthread/pt-alloc.c: Include <atomic.h>, not <bits/atomic.h>.