Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes ↵ | rodrigc | 2015-09-20 | 1 | -0/+1 |
| | | | | warnings. | ||||
* | Avoid use of register variables. Clang 3.5 treats this as undefined behavior, | jhibbits | 2015-01-06 | 1 | -2/+1 |
| | | | | | | and bad things happen. MFC after: 1 week | ||||
* | Provide 64-bit PowerPC support in libc. | nwhitehorn | 2010-07-10 | 1 | -0/+35 |
Obtained from: projects/ppc64 |