public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] signal.c: wrong rt signals comment, 2.4.20-pre11
@ 2002-12-13  5:42 Kristis Makris
  0 siblings, 0 replies; only message in thread
From: Kristis Makris @ 2002-12-13  5:42 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 129 bytes --]

I'm sorry for being a little out of date.

I believe it's the RT signals that get queued. Someone please apply
against 2.5.x?




[-- Attachment #2: rt_signals_comment.patch --]
[-- Type: text/plain, Size: 416 bytes --]

--- linux/kernel/signal.c	Sat Oct 19 11:58:48 2002
+++ linux-2.4.20-pre11.mod/kernel/signal.c	Thu Dec 12 22:31:48 2002
@@ -237,7 +237,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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-13  5:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-13  5:42 [PATCH] signal.c: wrong rt signals comment, 2.4.20-pre11 Kristis Makris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox