From: Benjamin LaHaise <bcrl@redhat.com>
To: Linus Torvalds <torvalds@transmeta.com>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [patch] export default_wake_function
Date: Wed, 19 Jun 2002 01:11:50 -0400 [thread overview]
Message-ID: <20020619011150.A15637@redhat.com> (raw)
'Lo,
akpm pointed out that an EXPORT_SYMBOL is missing for default_wake_function.
-ben
diff -urN v2.5.23/kernel/ksyms.c export-2.5.23/kernel/ksyms.c
--- v2.5.23/kernel/ksyms.c Tue Jun 18 23:22:23 2002
+++ export-2.5.23/kernel/ksyms.c Wed Jun 19 01:08:06 2002
@@ -459,6 +459,7 @@
/* process management */
EXPORT_SYMBOL(complete_and_exit);
+EXPORT_SYMBOL(default_wake_function);
EXPORT_SYMBOL(__wake_up);
#if CONFIG_SMP
EXPORT_SYMBOL_GPL(__wake_up_sync); /* internal use only */
reply other threads:[~2002-06-19 5:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020619011150.A15637@redhat.com \
--to=bcrl@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox