make tmpfile slightly more efficient (use unlink syscall instead of remove)
[musl] / src / stdio / funlockfile.c
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking