Skip to content

Commit b4391f3

Browse files
authored
Fix comment on #endif for defined(_Win32)
1 parent a151803 commit b4391f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stdlib/public/stubs/LibcShims.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ char * _Nullable *swift::_stdlib_getEnviron() {
183183
}
184184
#endif
185185

186-
// not Windows
187-
#endif
186+
#endif // !(defined(_WIN32) && !defined(__CYGWIN__))
188187

189188
SWIFT_RUNTIME_STDLIB_INTERNAL
190189
int swift::_stdlib_getErrno() {

0 commit comments

Comments
 (0)