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 439ace8 commit 5209ef7Copy full SHA for 5209ef7
components/libc/posix/pthreads/pthread.c
@@ -159,7 +159,7 @@ pthread_t _pthread_data_create(void)
159
* - Designed to be called during thread cleanup or explicit TLS destruction
160
* - Matches POSIX thread standard requirements for TLS destructor invocation
161
*/
162
-static inline void git status(int index, _pthread_data_t *ptd)
+static inline void _destroy_item(int index, _pthread_data_t *ptd)
163
{
164
extern _pthread_key_data_t _thread_keys[PTHREAD_KEY_MAX];
165
void *data;
0 commit comments