summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/vfork.c
AgeCommit message (Collapse)Author
2009-07-23create real common vfork() functionMike Frysinger
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>
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
Appears to build fine (several .configs tried)
2006-12-11dont try and compile if the MMU is disabledMike Frysinger
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger
the archs fail
2006-01-30hidden moved to prototypePeter S. Mazinger
2006-01-29use typeof to create the prototypeMike Frysinger
2006-01-29create local prototypes to shutup warningsMike Frysinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-20need sys/syscall.h for __NR_fork defineMike Frysinger
2006-01-15only build if we have forkMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2003-03-05Default to using fork() for vfork() when no arch specificEric Andersen
implementation of vfork is present.