Fix bug in last change.
authorUlrich Drepper <drepper@redhat.com>
Thu, 7 Jan 1999 09:53:56 +0000 (09:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 7 Jan 1999 09:53:56 +0000 (09:53 +0000)
sysdeps/unix/sysv/linux/arm/sigcontextinfo.h

index 089be69..d92c9fa 100644 (file)
@@ -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))