make tmpfile slightly more efficient (use unlink syscall instead of remove)
[musl] / src / string / memrchr.c
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...