summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdlib/lib_mkstemp.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-3/+1
* Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilati...Gregory Nutt2014-11-061-14/+14
* Add mktemp() and mkstemp()Gregory Nutt2014-11-051-0/+297