about summary refs log tree commit diff
path: root/src/stdio/tmpfile.c
Commit message (Expand)AuthorAgeFilesLines
* debloat: use __syscall instead of syscall where possibleRich Felker2011-04-171-1/+1
* make tmpfile slightly more efficient (use unlink syscall instead of remove)Rich Felker2011-04-141-1/+1
* make tmpfile fail after exceeding max tries.Rich Felker2011-03-291-2/+6
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+23