cleanup the bits headers
This commit is contained in:
@@ -6,10 +6,8 @@
|
||||
# - poll.h
|
||||
# - signal.h (where it should be defined)
|
||||
# - sys/select.h
|
||||
sys_includes = []
|
||||
include_guard = "_RELIBC_BITS_SIGSET_T_H"
|
||||
language = "C"
|
||||
style = "type"
|
||||
no_includes = true
|
||||
cpp_compat = true
|
||||
[export]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
use crate::platform::types::c_ulonglong;
|
||||
|
||||
/// Integer type of an object used to represent sets of signals.
|
||||
#[allow(non_camel_case_types)]
|
||||
pub type sigset_t = c_ulonglong;
|
||||
|
||||
Reference in New Issue
Block a user