summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/sigcontextinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/i386/sigcontextinfo.h')
-rw-r--r--sysdeps/mach/hurd/i386/sigcontextinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/i386/sigcontextinfo.h b/sysdeps/mach/hurd/i386/sigcontextinfo.h
index 9842ecc041..836ecb227f 100644
--- a/sysdeps/mach/hurd/i386/sigcontextinfo.h
+++ b/sysdeps/mach/hurd/i386/sigcontextinfo.h
@@ -16,9 +16,4 @@
<http://www.gnu.org/licenses/>. */
#define SIGCONTEXT struct sigcontext
-#define SIGCONTEXT_EXTRA_ARGS
#define GET_PC(ctx) ((void *) (ctx).sc_eip)
-#define GET_FRAME(ctx) ((void *) (ctx).sc_ebp)
-#define GET_STACK(ctx) ((void *) (ctx).sc_uesp)
-#define CALL_SIGHANDLER(handler, signo, ctx) \
- (handler)((signo), SIGCONTEXT_EXTRA_ARGS (ctx))