Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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.
Home |
Main Index |
Thread Index |
Old Index