summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc64/gen/_set_tp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes ↵rodrigc2015-09-201-0/+1
| | | | warnings.
* Avoid use of register variables. Clang 3.5 treats this as undefined behavior,jhibbits2015-01-061-2/+1
| | | | | | and bad things happen. MFC after: 1 week
* Provide 64-bit PowerPC support in libc.nwhitehorn2010-07-101-0/+35
Obtained from: projects/ppc64
OpenPOWER on IntegriCloud