Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix various errors in function signatures/prototypes found by nsz | Rich Felker | 2011-09-13 | 1 | -3/+5 |
| | |||||
* | fix backwards posix_spawn file action order | Rich Felker | 2011-05-29 | 1 | -2/+3 |
| | |||||
* | add file actions support to posix_spawn | Rich Felker | 2011-05-28 | 1 | -0/+28 |
| | |||||
* | posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag | Rich Felker | 2011-05-28 | 1 | -1/+3 |
| | |||||
* | initial implementation of posix_spawn | Rich Felker | 2011-05-28 | 1 | -0/+65 |
file actions are not yet implemented, but everything else should be mostly complete and roughly correct. |