--- a/src/header/mod.rs +++ b/src/header/mod.rs @@ -91,6 +91,7 @@ // TODO: stropts.h (deprecated) pub mod sys_auxv; pub mod sys_epoll; +pub mod sys_eventfd; pub mod sys_file; pub mod sys_ioctl; // TODO: sys/ipc.h @@ -113,9 +114,11 @@ pub mod arch_aarch64_user; pub mod arch_riscv64_user; pub mod arch_x64_user; +pub mod sys_signalfd; #[cfg(not(target_arch = "x86"))] // TODO: x86 pub mod sys_procfs; pub mod sys_random; +pub mod sys_timerfd; pub mod sys_syslog; pub mod sys_types; #[allow(non_camel_case_types)]