diff options
Diffstat (limited to 'sys/i386/svr4/svr4_machdep.h')
-rw-r--r-- | sys/i386/svr4/svr4_machdep.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/svr4/svr4_machdep.h b/sys/i386/svr4/svr4_machdep.h index f6f58e3..b3d1744 100644 --- a/sys/i386/svr4/svr4_machdep.h +++ b/sys/i386/svr4/svr4_machdep.h @@ -74,9 +74,8 @@ typedef struct { struct thread; struct svr4_ucontext; -void svr4_getcontext __P((struct thread *, struct svr4_ucontext *, - sigset_t *, int)); -int svr4_setcontext __P((struct thread *p, struct svr4_ucontext *)); +void svr4_getcontext(struct thread *, struct svr4_ucontext *, sigset_t *, int); +int svr4_setcontext(struct thread *p, struct svr4_ucontext *); typedef struct { svr4_gregset_t greg; |