Merge "Merge remote-tracking branch 'aosp/master' into HEAD" into master-soong

This commit is contained in:
Colin Cross
2015-03-17 19:31:43 +00:00
committed by Gerrit Code Review

View File

@@ -78,7 +78,7 @@ typedef struct {
#else
char __private[4];
#endif
} pthread_cond_t __attribute__((aligned(8)));
} pthread_cond_t __attribute__((aligned(sizeof(long))));
#define PTHREAD_COND_INITIALIZER { { 0 } }