Messages in this thread Patch in this message |  | | Date | Wed, 23 Aug 2000 10:30:05 -0400 | From | Michael Rothwell <> | Subject | [PATCH] export wake_up_process on 2.2.17 |
| |
diff -B --unidirectional-new-file --exclude-from=DiffExcludeList --recursive --unified linux-2.2.16/kernel/ksyms.c linux/kernel/ksyms.c --- linux-2.2.16/kernel/ksyms.c Wed Aug 9 16:02:08 2000 +++ linux/kernel/ksyms.c Fri Aug 11 15:50:13 2000 @@ -328,6 +328,7 @@ /* process management */ EXPORT_SYMBOL(__wake_up); +EXPORT_SYMBOL(wake_up_process); EXPORT_SYMBOL(sleep_on); EXPORT_SYMBOL(sleep_on_timeout); EXPORT_SYMBOL(interruptible_sleep_on); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |