Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / libgc / libgc.log
1 2003-05-17  Martin Baulig  <martin@ximian.com>
2
3         * include/gc.h (GCThreadFunctions): New function vtable to allow a
4         client to provide custom versions of stopping/starting the world.
5
6         * linux_threads.c (GC_stop_world): Moved the functionality into
7         linux_stop_world(); just call it via the `gc_thread_vtable' here.
8         (GC_start_world, GC_push_all_stacks): Likewise.
9