File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ int sthread_detach(sthread_t *thread);
90
90
* @thread to terminate. If that thread has already terminated, then
91
91
* it will return immediately. The thread specified by @thread must
92
92
* be joinable.
93
- *
94
- * Returns: 0 on success, otherwise it returns a non-zero error number.
95
93
*/
96
94
void sthread_join (sthread_t * thread );
97
95
Original file line number Diff line number Diff line change @@ -285,8 +285,6 @@ int sthread_detach(sthread_t *thread)
285
285
* @thread to terminate. If that thread has already terminated, then
286
286
* it will return immediately. The thread specified by @thread must
287
287
* be joinable.
288
- *
289
- * Returns: 0 on success, otherwise it returns a non-zero error number.
290
288
*/
291
289
void sthread_join (sthread_t * thread )
292
290
{
You can’t perform that action at this time.
0 commit comments