From: Brendan Kehoe Date: Tue, 21 Apr 1992 06:37:47 +0000 (+0000) Subject: Formerly unix/bsd/sun/m68k/sysdep.h.~13~ X-Git-Tag: upstream/2.30~10627^2~4388 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5896e6b5a58b6d6a2571cec470df629134533245;p=external%2Fglibc.git Formerly unix/bsd/sun/m68k/sysdep.h.~13~ --- diff --git a/sysdeps/unix/bsd/sun/m68k/sysdep.h b/sysdeps/unix/bsd/sun/m68k/sysdep.h index 10bdcfb..8dd61b5 100644 --- a/sysdeps/unix/bsd/sun/m68k/sysdep.h +++ b/sysdeps/unix/bsd/sun/m68k/sysdep.h @@ -35,7 +35,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; \ @@ -44,7 +44,7 @@ Cambridge, MA 02139, USA. */ trap POUND(0); \ bcs error #else -#define PSEUDO(name, syscall_name) \ +#define PSEUDO(name, syscall_name, args) \ .even; \ .globl syscall_error; \ error: jmp syscall_error; \