]> granicus.if.org Git - gc/commitdiff
2011-05-10 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Tue, 10 May 2011 09:58:23 +0000 (09:58 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:58 +0000 (21:06 +0400)
* include/gc.h (GC_register_my_thread): Refine the comment.

ChangeLog
include/gc.h

index b044d66160f80ab1d497b5ef515b64c3f71add7d..49036fd564d7d8fc35bd0c4893e3e886257ca417 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-10  Ivan Maidanski  <ivmai@mail.ru>
+
+       * include/gc.h (GC_register_my_thread): Refine the comment.
+
 2011-05-08  Ivan Maidanski  <ivmai@mail.ru>
 
        * include/gc_inline.h (GC_MALLOC_WORDS, GC_CONS): Add missing
index e702fd25bba5b62065b5bdee22b4e25a923f0aeb..ae80fd95bda748f1493af3f3aaa67c98c0101355 100644 (file)
@@ -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      */