swift
b2509d93
- [Runtime] Don't use `<sys/errno.h>`.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[Runtime] Don't use `<sys/errno.h>`. We should always be using `<errno.h>`, not `<sys/errno.h>`. The former is part of the C standard. The latter is a non-standard header that happens to be present on some systems. rdar://123507361
References
#71846 - [Runtime] Don't use `<sys/errno.h>`.
Author
al45tair
Committer
al45tair
Parents
a2a20837
Loading