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);
9090 * @thread to terminate. If that thread has already terminated, then
9191 * it will return immediately. The thread specified by @thread must
9292 * be joinable.
93- *
94- * Returns: 0 on success, otherwise it returns a non-zero error number.
9593 */
9694void sthread_join (sthread_t * thread );
9795
Original file line number Diff line number Diff line change @@ -285,8 +285,6 @@ int sthread_detach(sthread_t *thread)
285285 * @thread to terminate. If that thread has already terminated, then
286286 * it will return immediately. The thread specified by @thread must
287287 * be joinable.
288- *
289- * Returns: 0 on success, otherwise it returns a non-zero error number.
290288 */
291289void sthread_join (sthread_t * thread )
292290{
You can’t perform that action at this time.
0 commit comments