mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			185 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			185 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
| #define	socket	connect
 | |
| #define __socket __libc_connect
 | |
| #define	NARGS	3
 | |
| #define NEED_CANCELLATION
 | |
| #include <socket.S>
 | |
| weak_alias (__libc_connect, __connect)
 | |
| libc_hidden_weak (__connect)
 |