summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/mkstemp64.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove function declartions from include/features.h, createEric Andersen2002-04-011-0/+1
| | | | | a separate header file for those, and fixup references. -Erik
* Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen2002-03-311-0/+29
which is needed for busybox ash when using largefile support. -Erik