[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 10:23:34 PDT 2026
================
@@ -25,4 +25,22 @@
#define SOCK_SEQPACKET 5
#define SOCK_PACKET 10
+#define SOL_SOCKET 1
----------------
kaladron wrote:
I actually genuinely don't know, so let's leave it for now. =) I'm still learning about the YAML files.
https://github.com/llvm/llvm-project/pull/192237
More information about the libc-commits
mailing list