about summary refs log tree commit diff
path: root/src/thread/x32/clone.s
Commit message (Collapse)AuthorAgeFilesLines
* make arch __clone backends hiddenRich Felker2018-09-121-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.
* x32 port (diff against vanilla x86_64)rofl0r2014-02-231-4/+2
|
* import vanilla x86_64 code as x32rofl0r2014-02-231-0/+27