From b31749e77bc7f5040ac9b91cb4d6ffa16d89b7b3 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 14 Dec 2007 17:06:07 +0000 Subject: [PATCH] add fw decl. --- lib/libc/thread-stub/thread-stub.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/thread-stub/thread-stub.c b/lib/libc/thread-stub/thread-stub.c index 50f98ee7ce16..070614468698 100644 --- a/lib/libc/thread-stub/thread-stub.c +++ b/lib/libc/thread-stub/thread-stub.c @@ -1,4 +1,4 @@ -/* $NetBSD: thread-stub.c,v 1.18 2007/12/14 17:04:28 christos Exp $ */ +/* $NetBSD: thread-stub.c,v 1.19 2007/12/14 17:06:07 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: thread-stub.c,v 1.18 2007/12/14 17:04:28 christos Exp $"); +__RCSID("$NetBSD: thread-stub.c,v 1.19 2007/12/14 17:06:07 christos Exp $"); #endif /* LIBC_SCCS and not lint */ /* @@ -354,6 +354,7 @@ void __libc_thr_exit_stub(void *); int *__libc_thr_errno_stub(void); int __libc_thr_setcancelstate_stub(int, int *); int __libc_thr_equal_stub(pthread_t, pthread_t); +unsigned int __libc_thr_curcpu_stub(void); __weak_alias(__libc_thr_once,__libc_thr_once_stub) __weak_alias(__libc_thr_sigsetmask,__libc_thr_sigsetmask_stub)