]> 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>
Wed, 15 Aug 2018 06:29:23 +0000 (09:29 +0300)
commitda5233fb12064e672a25bc65f72bf599126971ce
tree889b6451e4900d538069d229749ed4e7dab31830
parentb59d0895c38b75398a94fde4674a58d906b7d104
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