bypass indirection through pointer objects to access stdin/out/err
[musl] / src / stdio / ftrylockfile.c
index 3b97807..5065058 100644 (file)
@@ -2,8 +2,6 @@
 #include "pthread_impl.h"
 #include <limits.h>
 
-#define MAYBE_WAITERS 0x40000000
-
 void __do_orphaned_stdio_locks()
 {
        FILE *f;