summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/sigframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/sigframe.h')
-rw-r--r--sys/amd64/include/sigframe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/sigframe.h b/sys/amd64/include/sigframe.h
index eedc8c1..cf76453 100644
--- a/sys/amd64/include/sigframe.h
+++ b/sys/amd64/include/sigframe.h
@@ -51,7 +51,7 @@ struct osigframe {
/* Points to sf_siginfo.si_sc. */
register_t sf_scp;
- register_t *sf_addr;
+ register_t sf_addr;
/*
* The following arguments are not constrained by the
@@ -81,7 +81,7 @@ struct sigframe {
register_t sf_signum;
register_t sf_siginfo; /* code or pointer to sf_si */
register_t sf_ucontext; /* points to sf_uc */
- register_t *sf_addr; /* undocumented 4th arg */
+ register_t sf_addr; /* undocumented 4th arg */
union {
__siginfohandler_t *sf_action;
OpenPOWER on IntegriCloud