summaryrefslogtreecommitdiffstats
path: root/sys/sys/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/ipc.h')
-rw-r--r--sys/sys/ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h
index e78082a..c79c857 100644
--- a/sys/sys/ipc.h
+++ b/sys/sys/ipc.h
@@ -115,10 +115,11 @@ struct ipc_perm {
struct thread;
struct proc;
+struct vmspace;
int ipcperm(struct thread *, struct ipc_perm *, int);
extern void (*shmfork_hook)(struct proc *, struct proc *);
-extern void (*shmexit_hook)(struct proc *);
+extern void (*shmexit_hook)(struct vmspace *);
#else /* ! _KERNEL */
OpenPOWER on IntegriCloud