summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcb_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/pcb_ext.h')
-rw-r--r--sys/i386/include/pcb_ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/pcb_ext.h b/sys/i386/include/pcb_ext.h
index 7d6fb08..c6f9fc0 100644
--- a/sys/i386/include/pcb_ext.h
+++ b/sys/i386/include/pcb_ext.h
@@ -53,7 +53,7 @@ struct pcb_ldt {
#ifdef _KERNEL
-int i386_extend_pcb __P((struct proc *));
+int i386_extend_pcb __P((struct thread *));
void set_user_ldt __P((struct pcb *));
struct pcb_ldt *user_ldt_alloc __P((struct pcb *, int));
void user_ldt_free __P((struct pcb *));
OpenPOWER on IntegriCloud