[libc-commits] [libc] [libc][sys] add header and functions for sys ipc (PR #182700)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Sun Feb 22 10:43:51 PST 2026


================
@@ -0,0 +1,10 @@
+add_entrypoint_object(
+  ftok
+  SRCS
+    ftok.cpp
+  HDRS
+    ../ftok.h
+  DEPENDS
+    libc.include.sys_ipc
----------------
vonosmas wrote:

You're not actually using the includes here, probably you can instead depend on the specific type, maybe through the "proxy" type header in `hdr/` if we want to be able to use this function in overlay mode.

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


More information about the libc-commits mailing list