summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-08 16:52:50 +0000
committerrpj <rpj>2005-05-08 16:52:50 +0000
commit7395b1431d5e2160682de273b46252c747ccbf36 (patch)
treebcff10e33282212ae087bb5074bc6025fc1313a3 /manual
parent78f83cfa240ec14874b22c7302ff8d306c130aaf (diff)
''
Diffstat (limited to 'manual')
-rw-r--r--manual/pthread_key_create.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/pthread_key_create.html b/manual/pthread_key_create.html
index 2d2a183..9d9e004 100644
--- a/manual/pthread_key_create.html
+++ b/manual/pthread_key_create.html
@@ -70,7 +70,7 @@ might, however, re-associate non- <B>NULL</B> values to that key or
some other key. To deal with this, if after all the destructors have
been called for all non- <B>NULL</B> values, there are still some
non- <B>NULL</B> values with associated destructors, then the process
-is repeated. The LinuxThreads implementation stops the process after
+is repeated. The <B>Pthreads-w32</B> implementation stops the process after
<B>PTHREAD_DESTRUCTOR_ITERATIONS</B> iterations, even if some non-
<B>NULL</B> values with associated descriptors remain. Other
implementations may loop indefinitely.