summaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 249cd6eb3fba..9673b2543a9b 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -845,7 +845,6 @@ void exit1(struct thread *, int) __dead2;
void cpu_fork(struct thread *, struct proc *, struct thread *, int);
void cpu_set_fork_handler(struct thread *, void (*)(void *), void *);
void cpu_wait(struct proc *);
-int cpu_coredump(struct thread *, struct vnode *, struct ucred *);
/* New in KSE. */
struct thread *thread_alloc(void);