summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/vfork.c
Commit message (Collapse)AuthorAgeFilesLines
* create real common vfork() functionMike Frysinger2009-08-191-7/+13
| | | | | | | | | | Rather than force people to always implement their own vfork(), have the default implementation be sane. For now, only the Blackfin port uses the new code. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-2/+2
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-0/+4
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-02-281-4/+16
|
* Merge from trunk."Steven J. Hill"2006-01-141-2/+5
|
* Default to using fork() for vfork() when no arch specificEric Andersen2003-03-051-0/+8
implementation of vfork is present.