cleanup the bits headers
This commit is contained in:
@@ -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 +1,2 @@
|
||||
/// Used for XSI interprocess communication.
|
||||
pub type key_t = core::ffi::c_int;
|
||||
|
||||
Reference in New Issue
Block a user