X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fflockfile.c;h=8e2206514c67db4bd05aef79484ad110a07170ed;hb=59b64ff686cef2a87e9552658b2c8d2531f87176;hp=6806cf8b32e0c13f1b67c2d920e8485a94c42f42;hpb=c1014a812c90bab3c9c989863e4ebb129e987de6;p=musl diff --git a/src/stdio/flockfile.c b/src/stdio/flockfile.c index 6806cf8b..8e220651 100644 --- a/src/stdio/flockfile.c +++ b/src/stdio/flockfile.c @@ -1,8 +1,6 @@ #include "stdio_impl.h" #include "pthread_impl.h" -void __register_locked_file(FILE *, pthread_t); - void flockfile(FILE *f) { if (!ftrylockfile(f)) return;