[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:41:40 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
+ return_type: key_t
+ arguments:
+ - type: const char *
+ - type: int
+enums: []
----------------
Pengxiang-Huang wrote:
Sure
https://github.com/llvm/llvm-project/pull/182700
More information about the libc-commits
mailing list