fix off-by-one error in sem_(timed)wait (using old sem value instead of new)
[musl] / src / stdio / __ofl.c
1 #include "stdio_impl.h"
2
3 struct ofl __ofl;