Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/17/1996 18:20:04
jtc
Thu Oct 17 11:14:58 PDT 1996
Update of /cvsroot/src/lib/libc/arch/i386
In directory netbsd1:/var/slash-tmp/cvs-serv20945/i386
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.
jtc
Thu Oct 17 11:15:00 PDT 1996
Update of /cvsroot/src/lib/libc/arch/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv20945/m68k
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.