aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys/rfork_thread.3
Commit message (Collapse)AuthorAgeFilesLines
* libc: move rfork_thread(3) to libsysBrooks Davis2024-02-051-0/+85
rfork_thread(3) is assembly that makes syscalls directly and uses cerror so it belongs in libsys. Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908