summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorrpj <rpj>2000-08-17 10:18:36 +0000
committerrpj <rpj>2000-08-17 10:18:36 +0000
commita366b6d8c2e6debf247c82af3d41aa2483711c52 (patch)
treee2a2f6785897a8789f88403e99d4f03dce301607 /FAQ
parent951895c3aa196e90d4a5ecefe337d8773b8d33b7 (diff)
2000-08-17 Ross Johnson <rpj@special.ise.canberra.edu.au>
* All applicable: Change _pthread_ prefix to ptw32_ prefix to remove leading underscores from private library identifiers (single and double leading underscores are reserved in the ANSI C standard for compiler implementations).
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 1f0c8a3..6d8876c 100644
--- a/FAQ
+++ b/FAQ
@@ -118,7 +118,7 @@ the Known Problem listed below.
> main thread, so the bug appears with 2 or more worker threads.
>
> Kevin Ruland has traced the exception to the try/catch blocks in
-> _pthread_threadStart().
+> ptw32_threadStart().
>
The official word is: