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.
void
1 parent be92ae7 commit c4c3516Copy full SHA for c4c3516
src/queue.c
@@ -5765,11 +5765,11 @@ dispatch_channel_enqueue(dispatch_channel_t dch, void *ctxt)
5765
5766
#ifndef __APPLE__
5767
#if __BLOCKS__
5768
-void __typeof__(dispatch_channel_async) dispatch_channel_async
+__typeof__(dispatch_channel_async) dispatch_channel_async
5769
__attribute__((__alias__("dispatch_async")));
5770
#endif
5771
5772
-void __typeof__(dispatch_channel_async_f) dispatch_channel_async_f
+__typeof__(dispatch_channel_async_f) dispatch_channel_async_f
5773
__attribute__((__alias__("dispatch_async_f")));
5774
5775
0 commit comments