From 7a775e6b3d938586db5a66a76de9c14667151cf9 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 15 Sep 2011 14:48:01 +0200 Subject: Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork --- nptl_db/thread_dbP.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl_db/thread_dbP.h') diff --git a/nptl_db/thread_dbP.h b/nptl_db/thread_dbP.h index e5db9bf94b..54f5fc8331 100644 --- a/nptl_db/thread_dbP.h +++ b/nptl_db/thread_dbP.h @@ -1,5 +1,5 @@ /* Private header for thread debug library - Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -29,6 +29,7 @@ #include "proc_service.h" #include "thread_db.h" #include "../nptl/pthreadP.h" /* This is for *_BITMASK only. */ +#include /* Indeces for the symbol names. */ enum -- cgit 1.4.1