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 45181b0 commit fe9bcb8Copy full SHA for fe9bcb8
src/shims/tsd.h
@@ -90,7 +90,7 @@ extern pthread_key_t dispatch_introspection_key;
90
#elif DISPATCH_PERF_MON
91
extern pthread_key_t dispatch_bcounter_key;
92
#endif
93
-exern pthread_key_t dispatch_pthread_root_queue_observer_hooks_key;
+extern pthread_key_t dispatch_pthread_root_queue_observer_hooks_key;
94
95
DISPATCH_TSD_INLINE
96
static inline void
0 commit comments