]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment.
authorBruno Haible <bruno@clisp.org>
Sun, 12 Oct 2008 19:57:58 +0000 (19:57 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:55 +0000 (12:15 +0200)
gettext-runtime/intl/lock.c

index 5a6212514140db934484b974d6ee9e4a64a3422e..b2dd5b2d7afa4800a3fcde4ac79e1c0ccb036021 100644 (file)
@@ -727,6 +727,8 @@ gl_waitqueue_add (gl_waitqueue_t *wq)
       wq->array = new_array;
       wq->alloc = new_alloc;
     }
+  /* Whether the created event is a manual-reset one or an auto-reset one,
+     does not matter, since we will wait on it only once.  */
   event = CreateEvent (NULL, TRUE, FALSE, NULL);
   if (event == INVALID_HANDLE_VALUE)
     /* No way to allocate an event.  */