mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-27 12:15:39 +03:00 
			
		
		
		
	The default <utmp-size.h> is for ports with a 64-bit time_t. Ports with a 32-bit time_t or with __WORDSIZE_TIME64_COMPAT32=1 need to override it. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
		
			
				
	
	
		
			4 lines
		
	
	
		
			121 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			121 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* or1k has less padding than other architectures with 64-bit time_t.  */
 | |
| #define UTMP_SIZE 392
 | |
| #define LASTLOG_SIZE 296
 |