aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/sigcontextinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/sigcontextinfo.h')
-rw-r--r--sysdeps/generic/sigcontextinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/sigcontextinfo.h b/sysdeps/generic/sigcontextinfo.h
index 014db6624c..9623599698 100644
--- a/sysdeps/generic/sigcontextinfo.h
+++ b/sysdeps/generic/sigcontextinfo.h
@@ -19,6 +19,6 @@
/* In general we cannot provide any information. */
#define SIGCONTEXT struct sigcontext *
-#define GET_EIP(ctx) ((void *) 0)
+#define GET_PC(ctx) ((void *) 0)
#define GET_FRAME(ctx) ((void *) 0)
#define GET_STACK(ctx) ((void *) 0)