]> granicus.if.org Git - gc/commit
Fix 'size of tv is unknown' error in brief_async_signal_safe_sleep (musl)
authorMikael Djurfeldt <mikael@djurfeldt.com>
Sun, 26 Feb 2017 19:09:56 +0000 (20:09 +0100)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 6 Apr 2017 07:33:37 +0000 (10:33 +0300)
commit4566c5699b8f4f577a41891258e195ffd0364828
treec1ea821aa1db1aa61b89bda8855fc0f4c95d01fd
parent8a1463555c60d652661433a430ac2dc658f81356
Fix 'size of tv is unknown' error in brief_async_signal_safe_sleep (musl)
(fix commits 62097c39f48082)

Include <sys/time.h> to get struct timeval defined and select() declared.

* pthread_stop_world.c [GC_ENABLE_SUSPEND_THREAD]: Include sys/time.h
before GC_brief_async_signal_safe_sleep definition.
pthread_stop_world.c