Skip to content

Commit 439ace8

Browse files
committed
[components/libc] add comments for some pthread functions.
1 parent a6553ae commit 439ace8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/libc/posix/pthreads/pthread.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,8 @@ int pthread_create(pthread_t *pid,
506506
}
507507
RTM_EXPORT(pthread_create);
508508

509+
510+
509511
/**
510512
* @brief Marks a thread as detached, allowing its resources to be automatically released upon termination.
511513
*

0 commit comments

Comments
 (0)