mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 08:19:36 +01:00 
			
		
		
		
	* Haiku : adjust alignment of records the C way.
This should fix Haiku on 32 bits CPU while not breaking the 64 bits version. git-svn-id: trunk@40766 -
This commit is contained in:
		
							parent
							
								
									56eaa913b5
								
							
						
					
					
						commit
						4d7c0ce1b3
					
				@ -100,6 +100,8 @@ TYPE
 | 
			
		||||
  TUtsName= utsname;
 | 
			
		||||
  pUtsName= ^utsname;
 | 
			
		||||
 | 
			
		||||
{$packrecords c}
 | 
			
		||||
 | 
			
		||||
  { file characteristics services }
 | 
			
		||||
   stat    = record { the types are real}
 | 
			
		||||
        st_dev        : dev_t;             // inode's device
 | 
			
		||||
 | 
			
		||||
@ -21,6 +21,8 @@
 | 
			
		||||
 | 
			
		||||
{$i ctypes.inc}
 | 
			
		||||
 | 
			
		||||
{$packrecords c}
 | 
			
		||||
 | 
			
		||||
type
 | 
			
		||||
  fsblkcnt_t = clonglong;
 | 
			
		||||
  TStatfs = packed record
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user