Files
swift-mirror/stdlib/public/SwiftShims/SwiftStdint.h
3405691582 4f24d895fc [stdlib] Use Clang type macros on OpenBSD.
Per the code comment, stdint.h is provided by clang and therefore
conflicts with Glibc; additionally, clang defines some particular
type macros for making the appropriate `typedef`s.

OpenBSD uses clang-10, so we can also use these types on this platform.
This also addresses a test case that has gone awry.
2021-01-19 21:58:29 -05:00

2.9 KiB