Skip to content

Commit b3ad84b

Browse files
authored
[libc++][z/OS] __cxx03 subdir was added by mistake (#122763)
The header <features.h> is a system header. It's not part of the headers in __cxx03.
1 parent 066b888 commit b3ad84b

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)