Fix typo: ptread --> pthread

Closes SF bug #554644.
This commit is contained in:
Fred Drake 2002-05-11 03:36:26 +00:00
parent 6d207c09aa
commit 59518b04d5
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -288,7 +288,7 @@ AIX: A complete overhaul of the shared library support is now in
place. See Misc/AIX-NOTES for some notes on how it's done. place. See Misc/AIX-NOTES for some notes on how it's done.
(The optimizer bug reported at this place in previous releases (The optimizer bug reported at this place in previous releases
has been worked around by a minimal code change.) If you get has been worked around by a minimal code change.) If you get
errors about ptread_* functions, during compile or during errors about pthread_* functions, during compile or during
testing, try setting CC to a thread-safe (reentrant) compiler, testing, try setting CC to a thread-safe (reentrant) compiler,
like "cc_r". For full C++ module support, set CC="xlC_r" (or like "cc_r". For full C++ module support, set CC="xlC_r" (or
CC="xlC" without thread support). CC="xlC" without thread support).