mirror of
				https://github.com/wangyu-/UDPspeeder.git
				synced 2025-11-04 03:45:37 +08:00 
			
		
		
		
	before port to libev
This commit is contained in:
		
							
								
								
									
										7
									
								
								libev/update_symbols
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										7
									
								
								libev/update_symbols
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
make ev.o event.o || exit
 | 
			
		||||
 | 
			
		||||
nm ev.o           | perl -ne 'print "$1\n" if /\S+ [A-Z] (\S+)/' > Symbols.ev
 | 
			
		||||
nm event.o        | perl -ne 'print "$1\n" if /\S+ [A-Z] (\S+)/' > Symbols.event
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user