From 3043eb7d3ce9ef9591ce341279e14f7b4148f187 Mon Sep 17 00:00:00 2001 From: Paolo 'Blaisorblade' Giarrusso Date: Wed, 11 Oct 2006 01:21:33 -0700 Subject: [PATCH] --- yaml --- r: 39322 b: refs/heads/master c: e27e80b3da7ad6b90185bd689879888907104a40 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/um/include/os.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 07e55a350ac7..8e8f7cdd0047 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 21c935e5298a3bc4f16cdff7ce3b1efab92b995e +refs/heads/master: e27e80b3da7ad6b90185bd689879888907104a40 diff --git a/trunk/arch/um/include/os.h b/trunk/arch/um/include/os.h index 120ca21a513a..6516f6dca96d 100644 --- a/trunk/arch/um/include/os.h +++ b/trunk/arch/um/include/os.h @@ -201,6 +201,7 @@ extern int os_getpgrp(void); #ifdef UML_CONFIG_MODE_TT extern void init_new_thread_stack(void *sig_stack, void (*usr1_handler)(int)); +extern void stop(void); #endif extern void init_new_thread_signals(void); extern int run_kernel_thread(int (*fn)(void *), void *arg, void **jmp_ptr);