We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01f14d commit c360ca5Copy full SHA for c360ca5
system/lib/libc/musl/src/internal/pthread_impl.h
@@ -102,9 +102,9 @@ struct __timer {
102
// _rw_wr_owner to record which thread owns the write lock in order to avoid hangs.
103
// Points to the pthread that currently has the write lock.
104
#define _rw_wr_owner __u.__vi[3]
105
+#endif
106
#define _b_lock __u.__vi[0]
107
#define _b_waiters __u.__vi[1]
-#endif
108
#define _b_limit __u.__i[2]
109
#define _b_count __u.__vi[3]
110
#define _b_waiters2 __u.__vi[4]
0 commit comments