Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 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: Austin Foxley <austinf@cetoncorp.com> | ||||
* | signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-12-02 | 1 | -8/+8 |
| | | | | Sync from trunk. | ||||
* | Changes to make 'h_errno' be a TLS variable. These changes should be ↵ | "Steven J. Hill" | 2006-01-05 | 1 | -4/+2 |
| | | | | portable into the trunk as, I think, they handle both thread and non-threaded cases and maybe only minor tweaks to handle the linuxthreads model, if any. | ||||
* | Clean-up definition and usage of h_errno to be a TLS variable. | "Steven J. Hill" | 2005-12-13 | 1 | -0/+6 |
| | |||||
* | Proper support for setting h_errno | Eric Andersen | 2002-02-26 | 1 | -0/+10 |