Get Linux to compile again

This commit is contained in:
Jeremy Soller
2022-07-27 10:10:41 -06:00
parent aa2397ce29
commit dc865148fc
3 changed files with 25 additions and 11 deletions
+2
View File
@@ -1,3 +1,5 @@
use core::arch::global_asm;
// Needs to be defined in assembly because it can't have a function prologue
// rax is register, 15 is RT_SIGRETURN
#[cfg(target_arch = "x86_64")]