swift
b2509d93 - [Runtime] Don't use `<sys/errno.h>`.

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
Author
Committer
Parents
Loading