Skip to content

Commit 8dc76b0

Browse files
authored
Update CFPlatform.c
1 parent 2bf51d7 commit 8dc76b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Base.subproj/CFPlatform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ CFTypeRef _Nullable _CFThreadSpecificGet(_CFThreadSpecificKey key) {
13011301
return (CFTypeRef)pthread_getspecific(key);
13021302
}
13031303

1304-
void _CThreadSpecificSet(_CFThreadSpecificKey key, CFTypeRef _Nullable value) {
1304+
void _CFThreadSpecificSet(_CFThreadSpecificKey key, CFTypeRef _Nullable value) {
13051305
if (value != NULL) {
13061306
swift_retain((void *)value);
13071307
pthread_setspecific(key, value);

0 commit comments

Comments
 (0)