summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/fork.c
Commit message (Collapse)AuthorAgeFilesLines
* unify stub logicMike Frysinger2011-02-241-12/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* nommu: fix building of fork.c when stubs are disabledMike Frysinger2010-07-261-1/+2
| | | | | | | We scrub the fork() prototype for nommu/no stubs, so attempting to get its type isn't going to work. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-111-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+2
| | | | | Appears to build fine (several .configs tried)
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
|
* New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMUDenis Vlasenko2008-07-081-0/+14
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
|
* Weaken libc's hidden fork versions, ltp test failedPeter S. Mazinger2006-02-031-1/+1
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-1/+1
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+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-3/+4
|
* dont try to build fork if the arch doesnt support it (like ia64)Mike Frysinger2005-11-171-0/+2
|
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-041-7/+1
| | | | prototypes for functions disabled on mmu-less systems.
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+23
-Erik