summaryrefslogtreecommitdiff
path: root/pthread/pt-internal.h
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 /pthread/pt-internal.h
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 'pthread/pt-internal.h')
-rw-r--r--pthread/pt-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h
index af3dd87..436f870 100644
--- a/pthread/pt-internal.h
+++ b/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. */