From 8520b36a6853852634e1f0a77cea43378d2d551f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 11 May 2002 03:37:15 +0000 Subject: [PATCH] Fix typo: ptread --> pthread Closes SF bug #554644. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e15f085578e1..748a1609f51a 100644 --- a/README +++ b/README @@ -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. (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). -- 2.47.3