summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/vfork.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.