]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The syscall that creates a kernel thread is coming, but it doesn't use the
authorjb <jb@FreeBSD.org>
Thu, 30 Apr 1998 09:30:50 +0000 (09:30 +0000)
committerjb <jb@FreeBSD.org>
Thu, 30 Apr 1998 09:30:50 +0000 (09:30 +0000)
commit96749f4d5ca2e27c5daeac508a44d3f47663c38b
tree71a4354bd2fdfa2b2cbb94ab45d2f1103508e747
parent18a366f3a01c96e9bb5b684ad825f600340ccb30
The syscall that creates a kernel thread is coming, but it doesn't use the
default syscall asm, so add it to NOASM. The other syscalls that manipulate
kernel threads use the default asm code, so they just get built
automatically.
lib/libc/amd64/sys/Makefile.inc
lib/libc/i386/sys/Makefile.inc