Add comment about sigaction sa_restorer field
authorIvan Maidanski <ivmai@mail.ru>
Wed, 17 Oct 2012 17:34:33 +0000 (21:34 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 17 Oct 2012 17:34:33 +0000 (21:34 +0400)
commit9c66cf51d5cf504ead0dd2bed85bcddaf6a40892
treed18209abf9f3f70635b8a30709c4ceb34df6c1f0
parent4d6dd8b78fdfb0d60fa686263363e07a4bb5137c
Add comment about sigaction sa_restorer field

* os_dep.c (GC_find_limit_openbsd, GC_skip_hole_openbsd,
GC_set_and_save_fault_handler, GC_dirty_init): Add comment about
sigaction sa_restorer field initialization (some static code analysis
tools report about uninitialized field but according to Linux manual
it is obsolete and should not be used).
* pthread_stop_world.c (GC_stop_init): Likewise.
os_dep.c
pthread_stop_world.c