mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] export allow_signal()
@ 2003-02-12 17:19 Tomas Szepe
  0 siblings, 0 replies; only message in thread
From: Tomas Szepe @ 2003-02-12 17:19 UTC (permalink / raw)
  To: torvalds; +Cc: lkml, Thomas Molina

Export allow_signal().  It's needed by lockd, sunrpc and other modules.
Patch against current BK.

-- 
Tomas Szepe <szepe@pinerecords.com>


diff -urN a/kernel/exit.c b/kernel/exit.c
--- a/kernel/exit.c	2003-02-12 18:16:30.000000000 +0100
+++ b/kernel/exit.c	2003-02-12 18:10:34.000000000 +0100
@@ -293,7 +293,7 @@
 	spin_unlock_irq(&current->sighand->siglock);
 	return 0;
 }
-	
+EXPORT_SYMBOL(allow_signal);
 
 /*
  *	Put all the gunge required to become a kernel thread without

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

only message in thread, other threads:[~2003-02-12 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-12 17:19 [PATCH] export allow_signal() Tomas Szepe

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

all inboxes | Powered by JetHome®