X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2F__lockfile.c;h=0f60a14990943605b12038178c595c7210cc0f73;hb=4554f155dd23a65fcdfd39f1d5af8af55ba37694;hp=0dcb2a426af86b09fa18bf7b1de3be2775999589;hpb=0db393d3a77bb9f300a356c6a5484fc2dddb161d;p=musl 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;