Skip to content

Commit dc56c62

Browse files
perry-cakazutakahirata
authored andcommitted
[libc++][z/OS] __cxx03 subdir was added by mistake (llvm#122763)
The header <features.h> is a system header. It's not part of the headers in __cxx03.
1 parent 5f18abe commit dc56c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__cxx03/__config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ _LIBCPP_HARDENING_MODE_DEBUG
230230
# endif
231231

232232
# if defined(__MVS__)
233-
# include <__cxx03/features.h> // for __NATIVE_ASCII_F
233+
# include <features.h> // for __NATIVE_ASCII_F
234234
# endif
235235

236236
# if defined(_WIN32)

0 commit comments

Comments
 (0)