We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b560397 commit 3b37591Copy full SHA for 3b37591
2 files changed
include/rthreads/rthreads.h
@@ -90,8 +90,6 @@ int sthread_detach(sthread_t *thread);
90
* @thread to terminate. If that thread has already terminated, then
91
* it will return immediately. The thread specified by @thread must
92
* be joinable.
93
- *
94
- * Returns: 0 on success, otherwise it returns a non-zero error number.
95
*/
96
void sthread_join(sthread_t *thread);
97
rthreads/rthreads.c
@@ -285,8 +285,6 @@ int sthread_detach(sthread_t *thread)
285
286
287
288
289
290
291
void sthread_join(sthread_t *thread)
292
{
0 commit comments