[libc-commits] [libc] [libc] Implement getsockopt and setsockopt on linux (PR #192237)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed Apr 15 06:06:09 PDT 2026


================
@@ -25,4 +25,22 @@
 #define SOCK_SEQPACKET 5
 #define SOCK_PACKET 10
 
+#define SOL_SOCKET 1
----------------
kaladron wrote:

Should these be in the YAML file?  like libc/include/cpio.yaml

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


More information about the libc-commits mailing list