Fix GC_get_thr_restart_signal for OpenBSD and NaCl
authorIvan Maidanski <ivmai@mail.ru>
Mon, 19 Dec 2011 12:05:39 +0000 (16:05 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 19 Dec 2011 12:05:39 +0000 (16:05 +0400)
commit670a7ee591f0eca75ff33ed3f5e28e974028c5c0
treef1455e98d9a85c85a8390456eb7eb491b408ce9a
parentfc9e28ff343e0c1db530828ab7f07a8fd6b86d61
Fix GC_get_thr_restart_signal for OpenBSD and NaCl

* include/gc.h (GC_get_thr_restart_signal): Refine comment.
* pthread_stop_world.c (GC_get_thr_restart_signal): Return -1 for
OpenBSD and NaCl.
include/gc.h
pthread_stop_world.c