From 3358b761b15daa480ca0ca788b3fe077ac967674 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Aug 2002 10:05:03 +0000 Subject: Based on work by Stefan Allius, arrange for early initialization of pthread stuff. Also, don't bother building libthread_db unless we are debugging. -Erik --- libpthread/linuxthreads/events.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/linuxthreads/events.c') diff --git a/libpthread/linuxthreads/events.c b/libpthread/linuxthreads/events.c index e5be3d935..a4bf1f898 100644 --- a/libpthread/linuxthreads/events.c +++ b/libpthread/linuxthreads/events.c @@ -19,6 +19,8 @@ /* The functions contained here do nothing, they just return. */ +#include "internals.h" + void __linuxthreads_create_event (void) { -- cgit v1.2.3