]> granicus.if.org Git - gc/commit
Fix 'undefined reference to GC_incremental' linker error in pthread_start
authorIvan Maidanski <ivmai@mail.ru>
Wed, 15 Aug 2018 06:29:23 +0000 (09:29 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 1 Oct 2018 09:20:46 +0000 (12:20 +0300)
commita2d65ec43adf33d9dec5239fa59216023530f59e
tree4ff629f4153e615e2c1676f1b035ff5e13f3d26e
parent65f305f2614f33eaa16f6e22fc4dc7363204e6af
Fix 'undefined reference to GC_incremental' linker error in pthread_start
(fix of commit 73d30d2)

GC_incremental is declared as static in case of NO_DEBUGGING.

* pthread_start.c [GC_PTHREADS && !GC_WIN32_THREADS]
(GC_inner_start_routine): Call GC_end_stubborn_change instead of
GC_dirty; add comment.
pthread_start.c