From 22aa9559d139f3599e5f2a232fbd3f653c7ab11f Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Tue, 21 Apr 1992 06:37:48 +0000 Subject: [PATCH] Formerly unix/bsd/vax/sysdep.h.~10~ --- sysdeps/unix/bsd/vax/sysdep.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysdeps/unix/bsd/vax/sysdep.h b/sysdeps/unix/bsd/vax/sysdep.h index 85ac2263d04..112a1c052b3 100644 --- a/sysdeps/unix/bsd/vax/sysdep.h +++ b/sysdeps/unix/bsd/vax/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,7 +31,7 @@ Cambridge, MA 02139, USA. */ #endif #ifdef __STDC__ -#define PSEUDO(name, syscall_name) \ +#define PSEUDO(name, syscall_name, args) \ .even; \ .globl syscall_error \ error: jmp syscall_error; \ @@ -39,7 +39,7 @@ Cambridge, MA 02139, USA. */ chmk $SYS_##syscall_name \ bcs error #else -#define PSEUDO(name, syscall_name) \ +#define PSEUDO(name, syscall_name, args) \ .even; \ .globl syscall_error \ error: jmp syscall_error; \ -- 2.47.3