[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:08 PDT 2026


================
@@ -53,6 +53,19 @@ add_header_library(
     libc.include.sys_syscall
 )
 
+add_header_library(
+  getsockopt
----------------
kaladron wrote:

These need to be added to libc/include/sys/socket.yaml as well

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


More information about the libc-commits mailing list