summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-07 09:53:56 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-07 09:53:56 +0000
commita6446af10a8b602b7b8f6e411c85e1a01db933dc (patch)
treea5325b80c92b12613abbc746215fe27b9d808f98 /sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
parent2a3db76a83ba012ee7e901e1f8521769503d0c27 (diff)
downloadglibc-a6446af10a8b602b7b8f6e411c85e1a01db933dc.tar.gz
Fix bug in last change.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/sigcontextinfo.h')
-rw-r--r--sysdeps/unix/sysv/linux/arm/sigcontextinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
index 089be69549..d92c9fadf1 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))