From f05c4043796d2ce96954a945604503bec3bdcbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 27 Nov 2004 12:54:58 +0000 Subject: [PATCH] Updated to the changes made to OS.h. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10267 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/os/arch/x86/thread.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/kernel/libroot/os/arch/x86/thread.c b/src/kernel/libroot/os/arch/x86/thread.c index 7d477089c6..697bb0373c 100644 --- a/src/kernel/libroot/os/arch/x86/thread.c +++ b/src/kernel/libroot/os/arch/x86/thread.c @@ -1,15 +1,17 @@ /* -** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. -*/ + * Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. + * Distributed under the terms of the MIT License. + */ #include #include "syscalls.h" -// see OS.h for the reason why we need this -thread_id _kfind_thread_(const char *name); +// see OS.h from BeOS R5 for the reason why we need this +// (it's referenced there in the same way we reference _kern_find_thread()) +extern thread_id _kfind_thread_(const char *name); + thread_id _kfind_thread_(const char *name)