]> granicus.if.org Git - gc/commit
Fix GC_get_thr_restart_signal for Darwin and Win32
authorIvan Maidanski <ivmai@mail.ru>
Mon, 19 Dec 2011 12:27:18 +0000 (16:27 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 19 Dec 2011 12:27:18 +0000 (16:27 +0400)
commit37910c0474c89a21e040d10d25c975099d5804dd
tree9924778524da3c9f48e529dc0861029d145ebccc
parent0ea97b54515ee1731aec2f22850d2bc6f2e289e1
Fix GC_get_thr_restart_signal for Darwin and Win32

* misc.c (GC_get_thr_restart_signal): Implement for Darwin and Win32
(always returns -1) if THREADS.
* pthread_stop_world.c (GC_get_thr_restart_signal): Remove
implementation for Darwin/Win32 (since the file might not be included
for these targets).
misc.c
pthread_stop_world.c