mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	Hide internal __gettextparse function to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * include/plural-exp.h: New file. * intl/plural-exp.c: Include <plural-exp.h> instead of "plural-exp.h".
		
			
				
	
	
		
			9 lines
		
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _PLURAL_EXP_H
 | 
						|
#include <intl/plural-exp.h>
 | 
						|
 | 
						|
#ifndef _ISOMAC
 | 
						|
extern __typeof (__gettextparse) __gettextparse attribute_hidden;
 | 
						|
#endif /* !_ISOMAC */
 | 
						|
 | 
						|
#endif
 |