summaryrefslogtreecommitdiff
path: root/libpthread/pthread/pt-internal.h
diff options
context:
space:
mode:
authormarcus <marcus>2004-11-01 17:28:42 +0000
committermarcus <marcus>2004-11-01 17:28:42 +0000
commitd0e6329906ed3ef13c32166ef8a484cfb14d723e (patch)
treea15dec64148615a8c9762aac98417c7da58f07fb /libpthread/pthread/pt-internal.h
parentca4a13f4e75baca0ee96af58d3f5264fa9c9f28c (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 'libpthread/pthread/pt-internal.h')
-rw-r--r--libpthread/pthread/pt-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/pthread/pt-internal.h b/libpthread/pthread/pt-internal.h
index af3dd87..436f870 100644
--- a/libpthread/pthread/pt-internal.h
+++ b/libpthread/pthread/pt-internal.h
@@ -126,7 +126,7 @@ __pthread_dequeue (struct __pthread *thread)
element = element->next)
/* The total number of threads currently active. */
-extern uatomic_max_t __pthread_total;
+extern uatomic32_t __pthread_total;
/* The total number of thread IDs currently in use, or on the list of
available thread IDs. */