[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,19 @@
+header: sys/ipc.h
+header_template: ipc.h.def
+standards:
+ - Linux
+types:
+ - type_name: key_t
+ - type_name: uid_t
+ - type_name: gid_t
+ - type_name: struct_ipc_perm
+functions:
+ - name: ftok
+ standards:
+ - Linux
----------------
vonosmas wrote:
I think this should be posix
https://github.com/llvm/llvm-project/pull/182700
More information about the libc-commits
mailing list