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 fe2ac23 commit 37973a1Copy full SHA for 37973a1
CoreFoundation/RunLoop.subproj/CFRunLoop.c
@@ -97,7 +97,7 @@ DISPATCH_EXPORT void _dispatch_main_queue_callback_4CF(void);
97
#include <sys/eventfd.h>
98
#include <sys/timerfd.h>
99
100
-dispatch_runloop_handle_t _dispatch_get_main_queue_handle_4CF(void);
+int _dispatch_get_main_queue_handle_4CF(void);
101
extern void _dispatch_main_queue_callback_4CF(void *_Null_unspecified msg);
102
103
#define _dispatch_get_main_queue_port_4CF _dispatch_get_main_queue_handle_4CF
0 commit comments