summaryrefslogtreecommitdiff
path: root/src/stdio/tmpfile.c
AgeCommit message (Expand)AuthorLines
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker-1/+1
2011-04-14make tmpfile slightly more efficient (use unlink syscall instead of remove)Rich Felker-1/+1
2011-03-29make tmpfile fail after exceeding max tries.Rich Felker-2/+6
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+23