Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59518b0

Browse files
committed
Fix typo: ptread --> pthread
Closes SF bug #554644.
1 parent 6d207c0 commit 59518b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README

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

0 commit comments

Comments
 (0)