Merge "Leave more space for extensions in pthread_rwlockattr_t"

This commit is contained in:
Calin Juravle 2014-05-07 14:04:00 +00:00 committed by Gerrit Code Review
commit 764a888218

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;