X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=boehm-gc%2Fwin32_threads.c;h=5604290de945840ffe5b1cd758239fc6d9764c56;hp=7a1dbe27cd294ceff6f1512c23d108d9d4a4a721;hb=da5cba479cb262e158414001c7471a1082c8cc71;hpb=d30fdfb972fa8c97695e72fc0e939ace7d497e13 diff --git a/boehm-gc/win32_threads.c b/boehm-gc/win32_threads.c index 7a1dbe27cd2..5604290de94 100644 --- a/boehm-gc/win32_threads.c +++ b/boehm-gc/win32_threads.c @@ -1,6 +1,7 @@ +#include "private/gc_priv.h" + #if defined(GC_WIN32_THREADS) -#include "private/gc_priv.h" #include #ifdef CYGWIN32 @@ -130,7 +131,7 @@ static GC_thread GC_new_thread(void) { ABORT("DuplicateHandle failed"); } thread_table[i].stack_base = GC_get_stack_base(); - /* Up until this point, GC_psuh_all_stacks considers this thread */ + /* Up until this point, GC_push_all_stacks considers this thread */ /* invalid. */ if (thread_table[i].stack_base == NULL) ABORT("Failed to find stack base in GC_new_thread");