Add some missing [[noreturn]] attributes
authorNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 22 May 2023 20:43:37 +0000 (15:43 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 22 May 2023 20:54:19 +0000 (15:54 -0500)
commite0b8f98b1f488f56ff383de37edb97e1909acbbd
tree03f738c01d9009df6e2ae675694689462fef20d9
parent916e9be4aa0aa4bfa3ab0f1b3f91e59b81dc10b2
Add some missing [[noreturn]] attributes

Missing in header for `pthread_exit` and `exit`.

Missing in spec file for `pthread_exit`.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D151143
libc/spec/posix.td
libc/src/pthread/pthread_exit.h
libc/src/stdlib/exit.h