Files
swift-mirror/stdlib/public/CommandLineSupport/CommandLine.cpp
Alastair Houghton b2509d9306 [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
2024-02-23 16:02:31 +00:00

17 KiB