From: ivmai Date: Tue, 10 May 2011 09:58:23 +0000 (+0000) Subject: 2011-05-10 Ivan Maidanski X-Git-Tag: gc7_2alpha6~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=737e61b269950140103726653e6c689f59318cb2;p=gc 2011-05-10 Ivan Maidanski * include/gc.h (GC_register_my_thread): Refine the comment. --- diff --git a/ChangeLog b/ChangeLog index b044d661..49036fd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-05-10 Ivan Maidanski + + * include/gc.h (GC_register_my_thread): Refine the comment. + 2011-05-08 Ivan Maidanski * include/gc_inline.h (GC_MALLOC_WORDS, GC_CONS): Add missing diff --git a/include/gc.h b/include/gc.h index e702fd25..ae80fd95 100644 --- a/include/gc.h +++ b/include/gc.h @@ -1051,6 +1051,7 @@ GC_API void * GC_CALL GC_call_with_stack_base(GC_stack_base_func /* fn */, /* GC_use_threads_discovery() is called at start-up. Except for the */ /* latter case, the explicit call is normally required for threads */ /* created by third-party libraries. */ + /* A manually registered thread requires manual unregistering. */ GC_API int GC_CALL GC_register_my_thread(const struct GC_stack_base *); /* Unregister the current thread. Only an explicitly registered */