Re: [PATCH 3/3] Process Notification / pnotify user: Job
Erik Jacobson <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.process-aggregates |
|---|---|
| Message-ID | <[email protected]> |
> Should it be possible to compile job as a module, or should > this not be "tristate"? So I added this to the patch. I tested it as a kernel module. Sorry this was missed in the patch I sent out. Index: linux/kernel/signal.c =================================================================== --- linux.orig/kernel/signal.c 2005-09-30 16:05:55.407727738 -0500 +++ linux/kernel/signal.c 2005-10-04 10:48:50.626485968 -0500 @@ -1978,6 +1978,7 @@ EXPORT_SYMBOL(ptrace_notify); EXPORT_SYMBOL(send_sig); EXPORT_SYMBOL(send_sig_info); +EXPORT_SYMBOL(send_group_sig_info); EXPORT_SYMBOL(sigprocmask); EXPORT_SYMBOL(block_all_signals); EXPORT_SYMBOL(unblock_all_signals);