> 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    (obr...@nuxi.com  -or-  obr...@freebsd.org)


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

Reply via email to