We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9261e2d commit dd3ec6bCopy full SHA for dd3ec6b
libcxx/include/__configuration/platform.h
@@ -49,11 +49,6 @@
49
# include <picolibc.h>
50
#endif
51
52
-// Downstream issue: 378 (Include newlib.h to define _NEWLIB_VERSION)
53
-#if __has_include(<newlib.h>)
54
-# include <newlib.h>
55
-#endif
56
-
57
#ifndef __BYTE_ORDER__
58
# error \
59
"Your compiler doesn't seem to define __BYTE_ORDER__, which is required by libc++ to know the endianness of your target platform"
0 commit comments