From owner-cvs-lib Thu Apr 30 02:33:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10119 for cvs-lib-outgoing; Thu, 30 Apr 1998 02:33:05 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10074; Thu, 30 Apr 1998 02:32:44 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA10094; Thu, 30 Apr 1998 02:30:50 -0700 (PDT) Date: Thu, 30 Apr 1998 02:30:50 -0700 (PDT) Message-Id: <199804300930.CAA10094@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/i386/sys Makefile.inc Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/04/30 02:30:50 PDT Modified files: lib/libc/i386/sys Makefile.inc Log: 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. Revision Changes Path 1.9 +3 -4 src/lib/libc/i386/sys/Makefile.inc