diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-19 10:05:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-19 10:05:03 +0000 |
commit | 3358b761b15daa480ca0ca788b3fe077ac967674 (patch) | |
tree | d1cea37dd0fbc86a85259b025e62f3e672d68368 /libpthread/linuxthreads/events.c | |
parent | c8b3ccaedb7e08a2d25ce4485ff7e13ddc6e92a5 (diff) |
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
Diffstat (limited to 'libpthread/linuxthreads/events.c')
-rw-r--r-- | libpthread/linuxthreads/events.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |