From c5e08889f91ca9a0a9ab16cd5961d99c7fe75dae Mon Sep 17 00:00:00 2001 From: David Leonard Date: Sun, 10 Jan 1999 22:32:24 +0000 Subject: fix proto --- lib/libc_r/uthread/pthread_private.h | 5 +++-- lib/libpthread/uthread/pthread_private.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h index d3b3fead2bd..28cfcfa7ae7 100644 --- a/lib/libc_r/uthread/pthread_private.h +++ b/lib/libc_r/uthread/pthread_private.h @@ -31,7 +31,7 @@ * * Private thread definitions for the uthread kernel. * - * $OpenBSD: pthread_private.h,v 1.9 1999/01/08 05:44:53 d Exp $ + * $OpenBSD: pthread_private.h,v 1.10 1999/01/10 22:32:23 d Exp $ * */ @@ -462,7 +462,8 @@ struct pthread { */ /* Kernel thread structure used when there are no running threads: */ -extern struct pthread * volatile _thread_kern_thread; +extern struct pthread volatile _thread_kern_thread; +extern struct pthread * volatile _thread_kern_threadp; /* Ptr to the thread structure for the running thread: */ extern struct pthread * volatile _thread_run; diff --git a/lib/libpthread/uthread/pthread_private.h b/lib/libpthread/uthread/pthread_private.h index d3b3fead2bd..28cfcfa7ae7 100644 --- a/lib/libpthread/uthread/pthread_private.h +++ b/lib/libpthread/uthread/pthread_private.h @@ -31,7 +31,7 @@ * * Private thread definitions for the uthread kernel. * - * $OpenBSD: pthread_private.h,v 1.9 1999/01/08 05:44:53 d Exp $ + * $OpenBSD: pthread_private.h,v 1.10 1999/01/10 22:32:23 d Exp $ * */ @@ -462,7 +462,8 @@ struct pthread { */ /* Kernel thread structure used when there are no running threads: */ -extern struct pthread * volatile _thread_kern_thread; +extern struct pthread volatile _thread_kern_thread; +extern struct pthread * volatile _thread_kern_threadp; /* Ptr to the thread structure for the running thread: */ extern struct pthread * volatile _thread_run; -- cgit v1.2.3