X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/d4a673847be5da81feabc25a4603e40cd1ae92b9..3f6f0ccf6558e075d6894821a7b02e42846a9d55:/usr/src/lib/libc/tahoe/SYS.h diff --git a/usr/src/lib/libc/tahoe/SYS.h b/usr/src/lib/libc/tahoe/SYS.h index 642a368b1e..90b47066d1 100644 --- a/usr/src/lib/libc/tahoe/SYS.h +++ b/usr/src/lib/libc/tahoe/SYS.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)SYS.h 5.7 (Berkeley) %G% + * @(#)SYS.h 8.1 (Berkeley) %G% */ #include @@ -15,8 +15,8 @@ #else #define ENTRY(x) .globl _/**/x; .align 2; _/**/x: .word 0 #endif PROF -#define SYSCALL(x) err: jmp cerror; ENTRY(x); kcall $SYS_/**/x; jcs err; \ - ret +#define SYSCALL(x) err: jmp cerror; ENTRY(x); kcall $SYS_/**/x; jcs err +#define RSYSCALL(x) SYSCALL(x); ret #define PSEUDO(x,y) ENTRY(x); kcall $SYS_/**/y; ret #define CALL(x,y) calls $x, _/**/y