File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 4242#elif __has_include(<bits/types/mbstate_t.h>)
4343# include < bits/types/mbstate_t.h> // works on most Unixes
4444#elif __has_include(<sys/_types/_mbstate_t.h>)
45+ # include < machine/types.h>
4546# include < sys/_types/_mbstate_t.h> // works on Darwin
4647#elif !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS) && __has_include_next(<wchar.h>)
4748# include_next <wchar.h> // fall back to the C standard provider of mbstate_t
Original file line number Diff line number Diff line change 4242#elif __has_include(<bits/types/mbstate_t.h>)
4343# include < bits/types/mbstate_t.h> // works on most Unixes
4444#elif __has_include(<sys/_types/_mbstate_t.h>)
45+ # include < machine/types.h>
4546# include < sys/_types/_mbstate_t.h> // works on Darwin
4647#elif __has_include_next(<wchar.h>)
4748# include_next <wchar.h> // use the C standard provider of mbstate_t if present
You can’t perform that action at this time.
0 commit comments