mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +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)
 |