mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			197 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			197 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "../../i386/xstat.c"
 | |
| 
 | |
| #ifdef __NR_stat64
 | |
| # if __ASSUME_STAT64_SYSCALL == 0
 | |
| /* The variable is shared between all wrappers around *stat{,64} calls.  */
 | |
| int __have_no_stat64;
 | |
| # endif
 | |
| #endif
 |