mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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
8 lines
151 B
Makefile
8 lines
151 B
Makefile
SRCS+= \
|
|
amd64_get_fsbase.c \
|
|
amd64_get_gsbase.c \
|
|
amd64_set_fsbase.c \
|
|
amd64_set_gsbase.c \
|
|
rfork_thread.S
|
|
|
|
MDASM= vfork.S cerror.S getcontext.S
|