am f14fe856: Merge "Add alignment to opaque types."
				
					
				
			* commit 'f14fe856b40afc38540988b408edc508298ec116': Add alignment to opaque types.
This commit is contained in:
		@@ -78,7 +78,7 @@ typedef struct {
 | 
				
			|||||||
#else
 | 
					#else
 | 
				
			||||||
  char __private[4];
 | 
					  char __private[4];
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
} pthread_cond_t;
 | 
					} pthread_cond_t __attribute__((aligned(8)));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define PTHREAD_COND_INITIALIZER  { { 0 } }
 | 
					#define PTHREAD_COND_INITIALIZER  { { 0 } }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -93,7 +93,7 @@ typedef struct {
 | 
				
			|||||||
#else
 | 
					#else
 | 
				
			||||||
  char __private[40];
 | 
					  char __private[40];
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
} pthread_rwlock_t;
 | 
					} pthread_rwlock_t __attribute__((aligned(8)));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define PTHREAD_RWLOCK_INITIALIZER  { { 0 } }
 | 
					#define PTHREAD_RWLOCK_INITIALIZER  { { 0 } }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user