Skip to content

Commit 7013016

Browse files
committed
New CFStream code must use _CFThreadRef.
1 parent 284cd84 commit 7013016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Stream.subproj/CFStream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ static CFRunLoopRef sLegacyRL = NULL;
16641664
static volatile OSAtomic_int64_aligned64_t sPerformCount = 0;
16651665
#endif
16661666

1667-
extern pthread_t _CFMainPThread;
1667+
extern _CFThreadRef _CFMainPThread;
16681668

16691669
static void _perform(void* info)
16701670
{

0 commit comments

Comments
 (0)