[libc-commits] [libc] [libc] Add remaining SO_ constants (PR #202278)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Mon Jun 8 02:47:40 PDT 2026


================
@@ -30,6 +30,12 @@
 
 #define SOL_SOCKET 1
 
+// The values of the following constants differ on some architectures
+#if defined(__parisc__) || defined(__alpha__) || defined(__sparc__) ||         \
----------------
kaladron wrote:

If this is arch-specific, it makes me think that this should be split out into arch-specific directories as includes and pulled in.  I don't want to block this PR for it, but could you please file an issue to remind us?

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


More information about the libc-commits mailing list