mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-03 23:29:39 +00:00 
			
		
		
		
	krata: compile for aarch64 (aarch64 guests are not yet supported)
This commit is contained in:
		@ -14,7 +14,11 @@ struct EthtoolValue {
 | 
			
		||||
 | 
			
		||||
const ETHTOOL_SGSO: u32 = 0x00000024;
 | 
			
		||||
const ETHTOOL_STSO: u32 = 0x0000001f;
 | 
			
		||||
 | 
			
		||||
#[cfg(not(target_env = "musl"))]
 | 
			
		||||
const SIOCETHTOOL: libc::c_ulong = libc::SIOCETHTOOL;
 | 
			
		||||
#[cfg(target_env = "musl")]
 | 
			
		||||
const SIOCETHTOOL: libc::c_int = libc::SIOCETHTOOL as i32;
 | 
			
		||||
 | 
			
		||||
#[repr(C)]
 | 
			
		||||
#[derive(Debug)]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user