Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index