make internal declarations for flockfile tracking functions checkable
authorRich Felker <dalias@aerifal.cx>
Thu, 6 Sep 2018 20:06:17 +0000 (16:06 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:28 +0000 (14:34 -0400)
commit3b028c28314a43e6fb65f3281149aecae8250f11
treebca2738750d3429229af92c3b9072cd38ca1d1e9
parent736a950b3d4f476018d2909302be6d150530df50
make internal declarations for flockfile tracking functions checkable

logically these belong to the intersection of the stdio and pthread
subsystems, and either place the declarations could go (stdio_impl.h
or pthread_impl.h) requires a forward declaration for one of the
argument types.
src/internal/stdio_impl.h
src/stdio/flockfile.c
src/stdio/funlockfile.c