diff options
author | Santo Cariotti <santo@dcariotti.me> | 2023-10-16 21:06:08 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-16 21:06:08 +0200 |
commit | 9808de10b9d47eb2341844e31e3db4a938787ddd (patch) | |
tree | 971d826dc23c819cf336dc0920679bfd3f4f3b21 /src/arch/linux/mod.rs | |
parent | ce8fb33087b449f8d0c18dafd35e0d5503d60192 (diff) |
Show sysname instead of the code
Diffstat (limited to 'src/arch/linux/mod.rs')
-rw-r--r-- | src/arch/linux/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/linux/mod.rs b/src/arch/linux/mod.rs new file mode 100644 index 0000000..2a99bf5 --- /dev/null +++ b/src/arch/linux/mod.rs @@ -0,0 +1 @@ +pub mod x86_64; |