[libc-commits] [libc] [libc][sys] add header and functions for sys ipc (PR #182700)
Pengxiang Huang via libc-commits
libc-commits at lists.llvm.org
Sun Feb 22 13:40:19 PST 2026
================
@@ -0,0 +1,19 @@
+header: sys/ipc.h
+header_template: ipc.h.def
+standards:
+ - Linux
----------------
Pengxiang-Huang wrote:
This is one of my confusion. Since Linux define the data structure for `ipc_perm` with special padding and unused, while other UNIX systems defined it in a different way. Thats why I only chose Linux and not list POSIX as one of them.
https://github.com/llvm/llvm-project/pull/182700
More information about the libc-commits
mailing list