raise: Add missing extern "C"
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
d3becf4318
commit
e1913d218d
|
@ -279,7 +279,7 @@ _pinfo::kill (siginfo_t& si)
|
|||
return res;
|
||||
}
|
||||
|
||||
int
|
||||
extern "C" int
|
||||
raise (int sig)
|
||||
{
|
||||
return kill (myself->pid, sig);
|
||||
|
|
Loading…
Reference in New Issue