From: Ulrich Drepper Date: Thu, 7 Jan 1999 09:53:56 +0000 (+0000) Subject: Fix bug in last change. X-Git-Tag: upstream/2.30~10627^2~2964 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6446af10a8b602b7b8f6e411c85e1a01db933dc;p=external%2Fglibc.git Fix bug in last change. --- diff --git a/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h index 089be69..d92c9fa 100644 --- a/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h @@ -17,7 +17,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define SIGCONTEXT int signal, int _a2, int _a3, int _a4, union k_sigcontext +#define SIGCONTEXT int _a2, int _a3, int _a4, union k_sigcontext #define GET_PC(ctx) ((void *)((ctx.v20.magic == SIGCONTEXT_2_0_MAGIC) ? \ ctx.v20.reg.ARM_pc : ctx.v21.arm_pc))