cleanup the bits headers

This commit is contained in:
auronandace
2026-06-10 11:16:22 +01:00
parent da1baa9e4a
commit 73a111b67e
41 changed files with 74 additions and 88 deletions
+2
View File
@@ -1,5 +1,7 @@
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_types.h.html
#
# This type is split out to prevent importing all of sys/types.h into other headers.
#
# POSIX headers that require key_t:
# - sys/ipc.h
# - sys/types (where it should be defined)
+1
View File
@@ -1 +1,2 @@
/// Used for XSI interprocess communication.
pub type key_t = core::ffi::c_int;