Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the sem_open changes actually compile | Austin Foxley | 2009-11-09 | 1 | -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 argument | Mikhail Gusarov | 2009-11-09 | 1 | -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 whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | macro away the last parameter since we dont actually utilize it (saves a few ↵ | Mike Frysinger | 2005-12-10 | 1 | -2/+6 |
| | | | | bytes) and fix signed warnings | ||||
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | Some more hidden internals | Peter S. Mazinger | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | Remove function declartions from include/features.h, create | Eric Andersen | 2002-04-01 | 1 | -0/+16 |
a separate header file for those, and fixup references. -Erik |