[libc-commits] [libc] [libc] Add the `<endian.h>` header. (PR #125168)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Feb 6 09:37:53 PST 2025


================
@@ -0,0 +1,8 @@
+macros:
+  LITTLE_ENDIAN:
+    in-latest-posix: ''
+  BIG_ENDIAN:
+    in-latest-posix: ''
+  BYTE_ORDER:
+    in-latest-posix: ''
+
----------------
nickdesaulniers wrote:

SGTM; thanks!  I wonder what happens if someone needs to link against them as strong symbols...

https://github.com/llvm/llvm-project/pull/125168


More information about the libc-commits mailing list