Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/17/1996 22:50:03
jtc
Thu Oct 17 15:47:17 PDT 1996
Update of /cvsroot/src/lib/libc/arch/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv11232

Modified Files:
	SYS.h 
Log Message:
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.