2 * Copyright (c) 2002-2011, Haiku Project. All rights reserved.
3 * Distributed under the terms of the Haiku license.
6 * Daniel Reinhold (danielre@users.sf.net)
12 #include <signal_defs.h>
17 send_signal(thread_id thread
, uint sig
)
19 return _kern_send_signal(thread
, sig
, NULL
, SIGNAL_FLAG_SEND_TO_THREAD
);