From 4d3a9860fce21aedcdc076117ec76f87d84add34 Mon Sep 17 00:00:00 2001 From: joseph Date: Thu, 24 May 2007 16:37:12 +0000 Subject: Merge changes between r2243 and r2277 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@2278 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/nptl/pthreadP.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc/nptl/pthreadP.h') diff --git a/libc/nptl/pthreadP.h b/libc/nptl/pthreadP.h index f9634ab0f..21ce6fe0b 100644 --- a/libc/nptl/pthreadP.h +++ b/libc/nptl/pthreadP.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +/* Copyright (C) 2002,2003,2004,2005,2006,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. @@ -545,6 +545,8 @@ extern int __nptl_setxid (struct xid_command *cmdp) attribute_hidden; extern void __free_stack_cache (void) attribute_hidden; +extern void __wait_lookup_done (void) attribute_hidden; + #ifdef SHARED # define PTHREAD_STATIC_FN_REQUIRE(name) #else -- cgit v1.2.3