Initial support for x86 32-bit

This commit is contained in:
Jeremy Soller
2022-07-22 16:24:45 -06:00
parent 7f3f2fa105
commit 559387cc64
11 changed files with 314 additions and 14 deletions
+1
View File
@@ -49,6 +49,7 @@ pub mod sys_timeb;
//pub mod sys_times;
pub mod arch_aarch64_user;
pub mod arch_x64_user;
#[cfg(not(target_arch = "x86"))] // TODO: x86
pub mod sys_procfs;
pub mod sys_random;
pub mod sys_types;