summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/fork.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+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-1/+1
| | | | | Appears to build fine (several .configs tried)
* Weaken libc's hidden fork versions, ltp test failedPeter S. Mazinger2006-02-031-1/+1
|
* make sure we include the local sysdep.h headerMike Frysinger2006-01-261-1/+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-0/+6
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-1/+3
| | | | missing headers, other jump relocs removed
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵Peter S. Mazinger2005-12-161-2/+1
| | | | of __attribute__ ...
* Fixup fork implementation to provide the __libc_fork symbolEric Andersen2004-02-151-1/+3
|
* Initial version of the CRIS port.Tobias Anderberg2002-09-161-0/+10