Skip to content

Commit 37973a1

Browse files
committed
CoreFoundation/RunLoop: desugar imported type
1 parent fe2ac23 commit 37973a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/RunLoop.subproj/CFRunLoop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ DISPATCH_EXPORT void _dispatch_main_queue_callback_4CF(void);
9797
#include <sys/eventfd.h>
9898
#include <sys/timerfd.h>
9999

100-
dispatch_runloop_handle_t _dispatch_get_main_queue_handle_4CF(void);
100+
int _dispatch_get_main_queue_handle_4CF(void);
101101
extern void _dispatch_main_queue_callback_4CF(void *_Null_unspecified msg);
102102

103103
#define _dispatch_get_main_queue_port_4CF _dispatch_get_main_queue_handle_4CF

0 commit comments

Comments
 (0)