summaryrefslogtreecommitdiff
path: root/libc/misc/internals/tempname.c
AgeCommit message (Collapse)Author
2002-06-18Some commentaryEric Andersen
-Erik
2002-04-01Remove function declartions from include/features.h, createEric Andersen
a separate header file for those, and fixup references. -Erik
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
which is needed for busybox ash when using largefile support. -Erik
2002-03-12Swap in the new stdio code.Manuel Novoa III
2001-04-18Update temp file handling and use a single function to do allEric Andersen
the heavy lifting (most of the heavy lifting stolen from glibc, but reduced a bit).