Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
posix: pthread: ensure pthread_exit() has noreturn attribute
The function pthread_exit() does not return. It should be declared with the noreturn attribute. Signed-off-by: Christopher Friedt <[email protected]>
- Loading branch information