mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			170 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			170 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define __READDIR __readdir64
 | |
| #define __GETDENTS __getdents64
 | |
| #define DIRENT_TYPE struct dirent64
 | |
| 
 | |
| #include <sysdeps/unix/readdir.c>
 | |
| 
 | |
| weak_alias (__readdir64, readdir64)
 |