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.
2 parents 9b68b04 + a290210 commit d6e4f7fCopy full SHA for d6e4f7f
src/shims/tsd.h
@@ -158,7 +158,7 @@ struct dispatch_tsd {
158
extern _Thread_local struct dispatch_tsd __dispatch_tsd;
159
160
extern void libdispatch_tsd_init(void);
161
-extern void _libdispatch_tsd_cleanup(void *ctx);
+extern void DISPATCH_TSD_DTOR_CC _libdispatch_tsd_cleanup(void *ctx);
162
163
DISPATCH_ALWAYS_INLINE
164
static inline struct dispatch_tsd *
0 commit comments