summaryrefslogtreecommitdiff
path: root/libc/nptl/pthreadP.h
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-05-24 16:37:12 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-05-24 16:37:12 +0000
commit4d3a9860fce21aedcdc076117ec76f87d84add34 (patch)
tree04ed976e790ecc7ffc71be153f2d97ce0a355f4b /libc/nptl/pthreadP.h
parente4899a03d1fd17fac542f34f2b3d3e0087b26908 (diff)
Merge changes between r2243 and r2277 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@2278 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/nptl/pthreadP.h')
-rw-r--r--libc/nptl/pthreadP.h4
1 files changed, 3 insertions, 1 deletions
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 <drepper@redhat.com>, 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