From: Fred Drake Date: Sat, 11 May 2002 03:37:59 +0000 (+0000) Subject: Fix typo: ptread --> pthread X-Git-Tag: 2.1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0e6bfb0a8c7d4e38632e983ff168323b75ba00;p=thirdparty%2FPython%2Fcpython.git Fix typo: ptread --> pthread Closes SF bug #554644. --- diff --git a/README b/README index 6f0d5be2ea6a..6d9784805b78 100644 --- a/README +++ b/README @@ -270,7 +270,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. (The optimizer bug reported at this place in previous releases 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, like "cc_r". For full C++ module support, set CC="xlC_r" (or CC="xlC" without thread support).