public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] export default_wake_function
@ 2002-06-19  5:11 Benjamin LaHaise
  0 siblings, 0 replies; only message in thread
From: Benjamin LaHaise @ 2002-06-19  5:11 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel

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

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

only message in thread, other threads:[~2002-06-19  5:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-19  5:11 [patch] export default_wake_function Benjamin LaHaise

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