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. (cherry picked from commit 5c455aa) Original-Signed-off-by: Christopher Friedt <cfriedt@meta.com> GitOrigin-RevId: 5c455aa Change-Id: Ide73998e596a9696e4e80e90135a259f0b924de6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5287005 Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
- Loading branch information