guenther
52982a7d87
__tfork() needs to set the stack address of the new thread in the kernel,
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@ |
12 years ago | |
---|---|---|
src | __tfork() needs to set the stack address of the new thread in the kernel, | 12 years ago |