add key_t to sys_types, cleanup sys_ipc and sys_shm

This commit is contained in:
auronandace
2026-05-21 08:50:15 +01:00
parent e3514fa329
commit 613ff4b860
7 changed files with 29 additions and 19 deletions
+1 -2
View File
@@ -2,10 +2,9 @@
#
# POSIX headers that require key_t:
# - sys/ipc.h
sys_includes = []
# - sys/types (where it should be defined)
include_guard = "_RELIBC_BITS_KEY_T_H"
language = "C"
style = "type"
no_includes = true
cpp_compat = true
[export]