diff options
Diffstat (limited to 'sys/compat/linux/common/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_exec.h b/sys/compat/linux/common/linux_exec.h index 61305942fd1..83722ca63c1 100644 --- a/sys/compat/linux/common/linux_exec.h +++ b/sys/compat/linux/common/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.39 2006/08/23 19:49:09 manu Exp $ */ +/* $NetBSD: linux_exec.h,v 1.40 2007/02/09 21:55:19 ad Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -135,7 +135,7 @@ void linux_setregs __P((struct lwp *, struct exec_package *, u_long)); int exec_linux_aout_makecmds __P((struct lwp *, struct exec_package *)); int linux_aout_copyargs __P((struct lwp *, struct exec_package *, struct ps_strings *, char **, void *)); -void linux_trapsignal __P((struct lwp *, const ksiginfo_t *)); +void linux_trapsignal __P((struct lwp *, ksiginfo_t *)); int linux_usertrap __P((struct lwp *, vaddr_t, void *)); #ifdef LINUX_NPTL void linux_nptl_proc_fork __P((struct proc *, struct proc *, |
