Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-12 | make arch __set_thread_area backends hidden | Rich Felker | 1 | -0/+1 | |
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. | |||||
2018-09-12 | make arch __clone backends hidden | Rich Felker | 1 | -0/+1 | |
these are not a public interface and are not intended to be callable from anywhere but the public clone function or other places in libc. | |||||
2016-11-11 | add s390x port | Bobby Bingham | 5 | -0/+111 | |