mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-28 23:34:53 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define __READDIR_R __readdir64_r
 | |
| #define __GETDENTS __getdents64
 | |
| #define DIRENT_TYPE struct dirent64
 | |
| 
 | |
| #include <sysdeps/posix/readdir_r.c>
 | |
| 
 | |
| weak_alias (__readdir64_r, readdir64_r)
 |