about summary refs log tree commit diff
path: root/src/thread/__set_thread_area.c
Commit message (Collapse)AuthorAgeFilesLines
* dummy implementation of set_thread_areaRich Felker2011-09-171-0/+6
| | | | | | | | eventually we may have a working "generic" implementation for archs that don't need anything special. in any case, the goal of having stubs like this is to allow early testing of new ports before all the details needed for threads have been filled in. more functions like this will follow.
* finish unifying thread register handling in preparation for portingRich Felker2011-02-151-9/+0
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+9