summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/vfork.c
Commit message (Collapse)AuthorAgeFilesLines
* create real common vfork() functionMike Frysinger2009-07-231-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>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+2
| | | | | Appears to build fine (several .configs tried)
* dont try and compile if the MMU is disabledMike Frysinger2006-12-111-0/+4
|
* Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger2006-02-131-1/+1
| | | | the archs fail
* hidden moved to prototypePeter S. Mazinger2006-01-301-2/+2
|
* use typeof to create the prototypeMike Frysinger2006-01-291-1/+1
|
* create local prototypes to shutup warningsMike Frysinger2006-01-291-0/+2
|
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-5/+8
|
* need sys/syscall.h for __NR_fork defineMike Frysinger2006-01-201-0/+1
|
* only build if we have forkMike Frysinger2006-01-151-0/+4
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-4/+5
| | | | missing headers, other jump relocs removed
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-2/+5
|
* Default to using fork() for vfork() when no arch specificEric Andersen2003-03-051-0/+8
implementation of vfork is present.