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

Kristis Makris (mkdebian@gmx.net)
25 Dec 2002 17:59:50 -0700


--=-5xXPyAA6+JJiymiDBF+f
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Fixed a wrong comment regarding RT signal queueing.

--=-5xXPyAA6+JJiymiDBF+f
Content-Disposition: attachment; filename=nonrt_badcomment.patch
Content-Type: text/plain; name=nonrt_badcomment.patch; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit

--- 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)

--=-5xXPyAA6+JJiymiDBF+f--

-
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/