| Commit message (Expand) | Author | Age | Files | Lines |
| * | make arch __set_thread_area backends hidden•••this is not a public interface, and does not even necessarily match
the syscall on all archs that have a syscall by that name.
on archs where it's implemented in C, no action on the source file is
needed; the hidden declaration in pthread_arch.h suffices.
| Rich Felker | 2018-09-12 | 1 | -0/+1 |
| * | ensure microblaze __set_thread_area returns success•••since it did not set the return-value register, the caller could
wrongly interpret this as failure.
| Rich Felker | 2012-10-18 | 1 | -1/+2 |
| * | microblaze port•••based on initial work by rdp, with heavy modifications. some features
including threads are untested because qemu app-level emulation seems
to be broken and I do not have a proper system image for testing.
| Rich Felker | 2012-09-29 | 1 | -0/+5 |