summaryrefslogtreecommitdiff
path: root/src/stdio/__lockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__lockfile.c')
-rw-r--r--src/stdio/__lockfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdio/__lockfile.c b/src/stdio/__lockfile.c
index 0dcb2a42..0f60a149 100644
--- a/src/stdio/__lockfile.c
+++ b/src/stdio/__lockfile.c
@@ -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;