diff options
| author | christos <christos@NetBSD.org> | 2003-09-25 22:00:02 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-09-25 22:00:02 +0000 |
| commit | cfba45c856d36bd241e224e4ed51ef35171a5c9a (patch) | |
| tree | 5b284a82dfcfdbdf160d9b18244ad41329b1552e /sys/compat/linux/common/linux_exec.h | |
| parent | 9a305fca5939ca712ca8156bd0e1dafa0b3c0f6f (diff) | |
constify sendsig/trapsignal
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 bdea6df889e..8181e06716c 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.30 2003/09/06 22:09:22 christos Exp $ */ +/* $NetBSD: linux_exec.h,v 1.31 2003/09/25 22:00:02 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -127,7 +127,7 @@ int exec_linux_aout_makecmds __P((struct proc *, struct exec_package *)); int linux_aout_copyargs __P((struct proc *, struct exec_package *, struct ps_strings *, char **, void *)); #ifdef __HAVE_SIGINFO -void linux_trapsignal __P((struct lwp *, ksiginfo_t *)); +void linux_trapsignal __P((struct lwp *, const ksiginfo_t *)); #else void linux_trapsignal __P((struct lwp *, int, u_long)); #endif |
