summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4/svr4_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/svr4/svr4_machdep.h')
-rw-r--r--sys/i386/svr4/svr4_machdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/svr4/svr4_machdep.h b/sys/i386/svr4/svr4_machdep.h
index fbbf05b..f6f58e3 100644
--- a/sys/i386/svr4/svr4_machdep.h
+++ b/sys/i386/svr4/svr4_machdep.h
@@ -71,12 +71,12 @@ typedef struct {
long f_weitek[33]; /* weitek */
} svr4_fregset_t;
-struct proc;
+struct thread;
struct svr4_ucontext;
-void svr4_getcontext __P((struct proc *, struct svr4_ucontext *,
+void svr4_getcontext __P((struct thread *, struct svr4_ucontext *,
sigset_t *, int));
-int svr4_setcontext __P((struct proc *p, struct svr4_ucontext *));
+int svr4_setcontext __P((struct thread *p, struct svr4_ucontext *));
typedef struct {
svr4_gregset_t greg;
OpenPOWER on IntegriCloud