[libc-commits] [libc] [libc] Implement sockatmark (PR #205400)
Pavel Labath via libc-commits
libc-commits at lists.llvm.org
Mon Jul 6 01:37:16 PDT 2026
================
@@ -276,3 +276,17 @@ add_entrypoint_object(
libc.src.__support.OSUtil.osutil
libc.src.errno.errno
)
+
+add_entrypoint_object(
+ sockatmark
+ SRCS
+ sockatmark.cpp
+ HDRS
+ ../sockatmark.h
+ DEPENDS
+ libc.hdr.sys_ioctl_macros
----------------
labath wrote:
Ah, yes. Now it isn't. Thanks.
https://github.com/llvm/llvm-project/pull/205400
More information about the libc-commits
mailing list