all printf variants: fix argument type handling for %c and %lc
[musl] / src / stdio / __lockfile.c
index 0dcb2a4..0f60a14 100644 (file)
@@ -1,8 +1,6 @@
 #include "stdio_impl.h"
 #include "pthread_impl.h"
 
-#define MAYBE_WAITERS 0x40000000
-
 int __lockfile(FILE *f)
 {
        int owner = f->lock, tid = __pthread_self()->tid;