Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Keep headers compatible with -std=c89 mode (llvm#121981)
C89 doesn't have the `restrict` keyword. When in `-std=c89` mode, GNU-compatible compilers require the `__restrict` spelling.
- Loading branch information