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 2bf51d7 commit 8dc76b0Copy full SHA for 8dc76b0
CoreFoundation/Base.subproj/CFPlatform.c
@@ -1301,7 +1301,7 @@ CFTypeRef _Nullable _CFThreadSpecificGet(_CFThreadSpecificKey key) {
1301
return (CFTypeRef)pthread_getspecific(key);
1302
}
1303
1304
-void _CThreadSpecificSet(_CFThreadSpecificKey key, CFTypeRef _Nullable value) {
+void _CFThreadSpecificSet(_CFThreadSpecificKey key, CFTypeRef _Nullable value) {
1305
if (value != NULL) {
1306
swift_retain((void *)value);
1307
pthread_setspecific(key, value);
0 commit comments