Subject: Re: NetBSD ABI and library calls
To: None <tech-kern@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 10/30/2005 04:33:51
On Sun, Oct 30, 2005 at 02:20:03PM +1100, software.au@gmail.com wrote:
> 
> How is it done in NetBSD?  Is there some kind of "ABI" like the SysV
> ABI, or is this called a calling convention?  Where in the sources
> could I take a look to see how it's done?  Are syscall stubs for the C
> library somewhere in the syssrc or elsewhere?

Check src/lib/libc/arch/$x/SYS.h.

Joerg