summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/sys/tfork_thread.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-4/+3
| | | | | | | | | so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+61
it can be used for not-strictly-threading purposes ok matthew@ kurt@