diff options
Diffstat (limited to 'lib/libpthread/uthread/uthread_gc.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_gc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_gc.c b/lib/libpthread/uthread/uthread_gc.c index 6e527de2873..8dd1098654c 100644 --- a/lib/libpthread/uthread/uthread_gc.c +++ b/lib/libpthread/uthread/uthread_gc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_gc.c,v 1.16 2006/04/09 02:57:41 krw Exp $ */ +/* $OpenBSD: uthread_gc.c,v 1.17 2007/05/01 18:16:37 kurt Exp $ */ /* * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. @@ -45,6 +45,7 @@ #include <pthread.h> #include "pthread_private.h" +/* ARGSUSED */ pthread_addr_t _thread_gc(pthread_addr_t arg) { |