mirror of
				https://git.haproxy.org/git/haproxy.git/
				synced 2025-10-31 00:21:00 +01:00 
			
		
		
		
	Now it's much cleaner, both 51d.c and the dummy library live together and are easier to spot and maintain. The build howto probably ought to be moved there as well. Makefile, docs and MAINTAINERS were updated, as well as the github CI's build matrix, travis CI's, and coverity checks.
		
			
				
	
	
		
			4 lines
		
	
	
		
			195 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			195 B
		
	
	
	
		
			C
		
	
	
	
	
	
| typedef struct fiftyoneDegrees_threading_t {
 | |
|     // This is an empty structure to ensure a threading.o is generated
 | |
|     // by the dummy library, it is never used.
 | |
| } dummyFiftyoneDegreesThreading; |