When running the libc tests under vscode, I got an error about a
mismatches exception declaration for strerror. Since string.h
seems to be getting included transitively anyway, just include
it and rely on its definition.
Details
Details
- Reviewers
michaelrj - Commits
- rG81b39145bda7: [libc] Fix mismatch in exception decl
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. If I remember correctly, that extern declaration is a leftover from before we had a version of strerror. Make sure to test both in fullbuild and overlay modes before landing.