NetBSD/lib/libc/arch/arm32
jtc 7228c89e17 Added new macros:
SYSTRAP(x):             Expands to the code used to call syscall x.
				This is used to simplify other macros.

        SYSCALL_NOERROR(x):     Like SYSCALL except that "x" is a syscall
				that can never fail.

        RSYSCALL_NOERROR(x):    Like RSYSCALL except that "x" is a syscall
				that can never fail.
1996-10-17 22:47:14 +00:00
..
gen These files contains stub functions that just called abort() are no 1996-09-09 22:06:25 +00:00
net
string
sys Make sure errno is always zeroed before the syscall. 1996-08-07 17:38:16 +00:00
DEFS.h
Makefile.inc Removed files from KMINCLUDES and KMSRCS. 1996-05-12 20:06:52 +00:00
SYS.h Added new macros: 1996-10-17 22:47:14 +00:00