am 5f8ddf69: Merge "Fix build: align pthread_cond_t to sizeof(long)"
				
					
				
			* commit '5f8ddf69e59b13653d016e236599b95daf6501a8': Fix build: align pthread_cond_t to sizeof(long)
This commit is contained in:
		@@ -78,7 +78,7 @@ typedef struct {
 | 
				
			|||||||
#else
 | 
					#else
 | 
				
			||||||
  char __private[4];
 | 
					  char __private[4];
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
} pthread_cond_t __attribute__((aligned(8)));
 | 
					} pthread_cond_t __attribute__((aligned(sizeof(long))));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define PTHREAD_COND_INITIALIZER  { { 0 } }
 | 
					#define PTHREAD_COND_INITIALIZER  { { 0 } }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user