4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / tahoe / SYS.h
index 642a368..90b4706 100644 (file)
@@ -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%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)SYS.h       5.7 (Berkeley) %G%
+ *     @(#)SYS.h       8.1 (Berkeley) %G%
  */
 
 #include <sys/syscall.h>
  */
 
 #include <sys/syscall.h>
@@ -15,8 +15,8 @@
 #else
 #define        ENTRY(x)        .globl _/**/x; .align 2; _/**/x: .word 0
 #endif PROF
 #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
 
 #define        PSEUDO(x,y)     ENTRY(x); kcall $SYS_/**/y; ret
 #define        CALL(x,y)       calls $x, _/**/y