[PATCH] signal.c(collect_signal): wrong comment

From: Kristis Makris (mkdebian@gmx.net)
Date: Wed Dec 25 2002 - 19:59:50 EST


Fixed a wrong comment regarding RT signal queueing.


--- linux/kernel/signal.c 2002-12-23 22:20:05.000000000 -0700
+++ linux-2.5.53.mod/kernel/signal.c 2002-12-25 17:53:45.000000000 -0700
@@ -422,7 +422,7 @@
                 kmem_cache_free(sigqueue_cachep,q);
                 atomic_dec(&nr_queued_signals);
 
- /* Non-RT signals can exist multiple times.. */
+ /* RT signals can exist multiple times.. */
                 if (sig >= SIGRTMIN) {
                         while ((q = *pp) != NULL) {
                                 if (q->info.si_signo == sig)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Dec 31 2002 - 22:00:08 EST