ditch the priority inheritance locks; use malloc's version of lock
[musl] / src / internal / libc.h
index d6797f9..78fca47 100644 (file)
@@ -15,7 +15,7 @@ struct __libc {
        volatile int threads_minus_1;
        int canceldisable;
        FILE *ofl_head;
-       int ofl_lock;
+       int ofl_lock[2];
 };