From: Brendan Kehoe Date: Tue, 21 Apr 1992 06:37:46 +0000 (+0000) Subject: Formerly unix/bsd/hp/m68k/sysdep.h.~23~ X-Git-Tag: glibc-2.16-ports-before-merge~4389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65f6f3f18517896d9a2887ae41f07b013cf0ae43;p=thirdparty%2Fglibc.git Formerly unix/bsd/hp/m68k/sysdep.h.~23~ --- diff --git a/sysdeps/unix/bsd/hp/m68k/sysdep.h b/sysdeps/unix/bsd/hp/m68k/sysdep.h index e02e5af50a9..533aff6fa85 100644 --- a/sysdeps/unix/bsd/hp/m68k/sysdep.h +++ b/sysdeps/unix/bsd/hp/m68k/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 @@ -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; \