llvm-project
45b1a4bb
- Add <stdbool.h> to llvm-libc-types headers that need it. (#165798)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 days ago
Add <stdbool.h> to llvm-libc-types headers that need it. (#165798) We need `<stdbool.h>` to support having "bool" members inside pthread structs that may get included through `<pthread.h>` from C code prior to C23.
References
#165798 - Add <stdbool.h> to llvm-libc-types headers that need it.
Author
vonosmas
Parents
1099d283
Loading