mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Drop obsolete mentions of roc_send_signal
This commit is contained in:
parent
c9adafa04b
commit
5958f50728
17 changed files with 17 additions and 100 deletions
|
@ -101,12 +101,6 @@ pub unsafe extern "C" fn roc_shm_open(
|
|||
libc::shm_open(name, oflag, mode as libc::c_uint)
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn roc_send_signal(pid: libc::pid_t, sig: libc::c_int) -> libc::c_int {
|
||||
libc::kill(pid, sig)
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn rust_main() -> i32 {
|
||||
let arg = env::args()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue