/* * Copyright (c) 2002-2006, Haiku Project. All rights reserved. * Distributed under the terms of the Haiku license. * * Author(s): * Daniel Reinhold (danielre@users.sf.net) */ #include #include int raise(int sig) { return kill(find_thread(NULL), sig); }