somehow timespec tv_nsec had the wrong type on x86_64... fixed
[musl] / src / stdio / flockfile.c
2011-03-16 Rich Felkeroptimize file locking: avoid cache-polluting writes...
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking