mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:19:37 +01:00 
			
		
		
		
	* use TTimespecArr instead of tkernel_timespecs in sysutils
This commit is contained in:
		
							parent
							
								
									8be124100d
								
							
						
					
					
						commit
						4dc4d2b2ba
					
				@ -1250,7 +1250,7 @@ Function FileSetDate (Const FileName : RawByteString; Age : Int64) : Longint;
 | 
			
		||||
var
 | 
			
		||||
  SystemFileName: RawByteString;
 | 
			
		||||
{$ifdef USE_UTIMENSAT}
 | 
			
		||||
  times : tkernel_timespecs;
 | 
			
		||||
  times : TTimespecArr;
 | 
			
		||||
{$endif USE_UTIMENSAT}
 | 
			
		||||
  t: TUTimBuf;
 | 
			
		||||
begin
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user