Skip to content

Commit 7c74e9c

Browse files
Add missing struct member
1 parent 52339dd commit 7c74e9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/include/llvm-libc-types/pthread_rwlockattr_t.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
typedef struct {
1212
int pshared;
13+
int pref;
1314
} pthread_rwlockattr_t;
1415

1516
#endif // LLVM_LIBC_TYPES_PTHREAD_RWLOCKATTR_T_H

0 commit comments

Comments
 (0)