Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -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 Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | Weaken all internal vfork versions in asm code, wondering why only some of ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -1/+1 |
| | | | | the archs fail | ||||
* | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -2/+3 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -0/+9 |
| | |||||
* | use errno.h not sys/errno.h as pointed out by sjhill | Mike Frysinger | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | Kill off the now obsolete __libc_vfork symbol | Eric Andersen | 2004-05-14 | 1 | -2/+0 |
| | |||||
* | This should not be inlined. This should probably use a | Eric Andersen | 2004-02-15 | 1 | -2/+2 |
| | | | | weak alias as well... | ||||
* | Patch from George Thanos adding support for the "e1" architecture. | Eric Andersen | 2003-10-08 | 1 | -0/+7 |