Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | spawn: use glibc style to keep differences down | Mike Frysinger | |
There's no point in reformatting the code style when we're sourcing most of it from glibc. Further, the changed style breaks with older compilers, and pollutes the namespace with non-double leading under- scores. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-03-25 | librt: add posix_spawn support | Ismael Luceno | |
Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> |