summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals/tempname.h
Commit message (Collapse)AuthorAgeFilesLines
* make the sem_open changes actually compileAustin Foxley2009-11-091-1/+1
| | | | | | __gen_tempname now needs to not be hidden so libpthread can get at it Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* 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>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
|
* macro away the last parameter since we dont actually utilize it (saves a few ↵Mike Frysinger2005-12-101-2/+6
| | | | bytes) and fix signed warnings
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-1/+1
|
* Some more hidden internalsPeter S. Mazinger2005-11-261-1/+1
|
* Remove function declartions from include/features.h, createEric Andersen2002-04-011-0/+16
a separate header file for those, and fixup references. -Erik