am 2b4313a2: am adf5e63a: am 764a8882: Merge "Leave more space for extensions in pthread_rwlockattr_t"

* commit '2b4313a2737a9df2c0ce2e05077980ce638643c3':
  Leave more space for extensions in pthread_rwlockattr_t
This commit is contained in:
Calin Juravle 2014-05-07 22:35:19 +00:00 committed by Android Git Automerger
commit 363eb3de3a

View File

@ -91,7 +91,7 @@ typedef struct {
typedef long pthread_mutexattr_t;
typedef long pthread_condattr_t;
typedef int pthread_rwlockattr_t;
typedef long pthread_rwlockattr_t;
typedef struct {
pthread_mutex_t lock;