summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/mkdtemp.c
Commit message (Collapse)AuthorAgeFilesLines
* Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-091-1/+2
| | | | | | | | | | sem_open(3) needs to create a temporary file in a way which can't be efficiently implemented in terms of POSIX API. Extend __gen_tempname with mode_t mode argument in order to ease sem_open implementation. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* fix from Bryan Wu: return NULL upon error, not the NULL stringMike Frysinger2007-01-241-4/+3
|
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-231-0/+2
|
* Added function 'mkdtemp' for Linux Test Project."Steven J. Hill"2002-09-041-0/+36