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