diff options
Diffstat (limited to 'lib/libc_r/uthread/uthread_info_openbsd.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_info_openbsd.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_info_openbsd.c b/lib/libc_r/uthread/uthread_info_openbsd.c index 439bf6a7655..a9f133550e9 100644 --- a/lib/libc_r/uthread/uthread_info_openbsd.c +++ b/lib/libc_r/uthread/uthread_info_openbsd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: uthread_info_openbsd.c,v 1.5 2001/12/11 00:19:47 fgsch Exp $ */ + /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. @@ -29,7 +31,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: uthread_info_openbsd.c,v 1.4 2001/12/08 14:51:36 fgsch Exp $ */ #include <stdio.h> #include <fcntl.h> @@ -220,6 +221,7 @@ _thread_dump_entry(pthread, fd, verbose) pthread->data.cond); _thread_sys_write(fd, s, strlen(s)); break; +#ifdef notyet case PS_JOIN: { struct pthread *t, * volatile *last; @@ -243,6 +245,7 @@ _thread_dump_entry(pthread, fd, verbose) _thread_sys_write(fd, s, strlen(s)); } break; +#endif case PS_SLEEP_WAIT: { struct timeval tv; |