File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ Error messages
25
25
The error message is thread-local. The ` giterr_last() ` call must
26
26
happen on the same thread as the error in order to get the
27
27
message. Often this will be the case regardless, but if you use
28
- something like the GDC on MacOS (where code is executed on an
29
- arbitrary thread), the code must make sure to retrieve the error code
30
- on the thread where the error happened.
28
+ something like the [ GCD] ( http://en.wikipedia.org/wiki/Grand_Central_Dispatch )
29
+ on Mac OS X (where code is executed on an arbitrary thread), the code
30
+ must make sure to retrieve the error code on the thread where the error
31
+ happened.
31
32
32
33
Threads and cryptographic libraries
33
34
=======================================
You can’t perform that action at this time.
0 commit comments