mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			223 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			223 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define readdir64 __no_readdir64_decl
 | |
| #define __readdir64 __no___readdir64_decl
 | |
| #include <sysdeps/posix/readdir.c>
 | |
| #undef __readdir64
 | |
| strong_alias (__readdir, __readdir64)
 | |
| #undef readdir64
 | |
| weak_alias (__readdir, readdir64)
 |