NetBSD/lib/libc/arch/ns32k
thorpej bedc7b48df Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S
with the syscall numbers changed.

Since 4.4BSD vfork(2) did not share address space, Ovfork.S could be changed
to be identical to fork.S (modulo syscall numbers).  __vfork14.S, however,
needs to remain separate since with a shared address space, the stub needs to
pre-decrement the stack and do an indirect jump to the return address, so that
the shared stackframe is still there when the parent returns.  (Obviously,
this does not apply to systems which to not build stackframes on leaf calls.)
1998-01-04 20:58:08 +00:00
..
gen Introduce ASSRCS. This is set to all the ns32k md assembler source files. 1997-12-07 00:19:16 +00:00
net Introduce ASSRCS. This is set to all the ns32k md assembler source files. 1997-12-07 00:19:16 +00:00
stdlib Introduce ASSRCS. This is set to all the ns32k md assembler source files. 1997-12-07 00:19:16 +00:00
string Introduce ASSRCS. This is set to all the ns32k md assembler source files. 1997-12-07 00:19:16 +00:00
sys Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S 1998-01-04 20:58:08 +00:00
Makefile.inc Introduce ASSRCS. This is set to all the ns32k md assembler source files. 1997-12-07 00:19:16 +00:00
SYS.h * Add correct $NetBSD$ headers everywhere. 1997-05-08 13:38:29 +00:00