[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:54 PST 2026
================
@@ -44,6 +44,7 @@ add_header(in_addr HDR in_addr.h DEPENDS .in_addr_t)
add_header(ino_t HDR ino_t.h)
add_header(mbstate_t HDR mbstate_t.h)
add_header(mode_t HDR mode_t.h)
+add_header(key_t HDR key_t.h)
----------------
vonosmas wrote:
Nit: to make it a bit more sorted, could you move this under `ino_t`?
https://github.com/llvm/llvm-project/pull/182700
More information about the libc-commits
mailing list