mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			164 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			164 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
#define FUNCTION __strtok_r
 | 
						|
#define USE_AS_STRTOK_R	1
 | 
						|
#include <sysdeps/i386/strtok.S>
 | 
						|
weak_alias (__strtok_r, strtok_r)
 | 
						|
strong_alias (__strtok_r, __GI___strtok_r)
 |