Skip to content

Commit 9047c5c

Browse files
committed
[components/libc] add comments for some pthread functions.
1 parent 84b6aa0 commit 9047c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/libc/posix/pthreads/pthread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pthread_t _pthread_data_create(void)
159159
* - Designed to be called during thread cleanup or explicit TLS destruction
160160
* - Matches POSIX thread standard requirements for TLS destructor invocation
161161
*/
162-
static inline void _destroy_item(int index, _pthread_data_t *ptd)
162+
static inline void git status(int index, _pthread_data_t *ptd)
163163
{
164164
extern _pthread_key_data_t _thread_keys[PTHREAD_KEY_MAX];
165165
void *data;

0 commit comments

Comments
 (0)