Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 1999 09:22:19 -0800
From:      "David O'Brien" <obrien@NUXI.com>
To:        Robert Watson <robert+freebsd@cyrus.watson.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: Killed Myself
Message-ID:  <19990308092219.A819@relay.nuxi.com>
In-Reply-To: <Pine.BSF.3.96.990308114720.11582C-100000@fledge.watson.org>; from Robert Watson on Mon, Mar 08, 1999 at 11:52:37AM -0500
References:  <19990308163137.Q41771@bitbox.follo.net> <Pine.BSF.3.96.990308114720.11582C-100000@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> When is this glue generated?

1. syscalls.h and syscall.mk is built from syscalls.master
   makesyscalls.sh by when you compile a kernel
2. these files are used when you build libc, so make knows all the
   syscalls so it can build the stubs.

Ex. getpgrp.S:
    #include "SYS.h"
    RSYSCALL(getpgrp)

-- 
-- David    (obrien@NUXI.com  -or-  obrien@FreeBSD.org)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990308092219.A819>