Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/19/1996 00:30:05
jtc
Fri Oct 18 17:25:25 PDT 1996
Update of /cvsroot/src/lib/libc/arch/mips
In directory netbsd1:/var/slash-tmp/cvs-serv25221/mips
Modified Files:
SYS.h
Log Message:
sparc/SYS.h
jtc
Fri Oct 18 17:28:33 PDT 1996
Update of /cvsroot/src/lib/libc/arch/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv25299/sparc
Modified Files:
SYS.h
Log Message:
Added new 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.
These macros simply call SYSCALL / RSYSCALL, and serve as placeholders
until an optimized implementation is done.