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 84b6aa0 commit 9047c5cCopy full SHA for 9047c5c
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 _destroy_item(int index, _pthread_data_t *ptd)
+static inline void git status(int index, _pthread_data_t *ptd)
163
{
164
extern _pthread_key_data_t _thread_keys[PTHREAD_KEY_MAX];
165
void *data;
0 commit comments