Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d207c0 commit 59518b0Copy full SHA for 59518b0
1 file changed
README
@@ -288,7 +288,7 @@ AIX: A complete overhaul of the shared library support is now in
288
place. See Misc/AIX-NOTES for some notes on how it's done.
289
(The optimizer bug reported at this place in previous releases
290
has been worked around by a minimal code change.) If you get
291
- errors about ptread_* functions, during compile or during
+ errors about pthread_* functions, during compile or during
292
testing, try setting CC to a thread-safe (reentrant) compiler,
293
like "cc_r". For full C++ module support, set CC="xlC_r" (or
294
CC="xlC" without thread support).
0 commit comments