mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +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
|
@ -83,12 +83,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 mut roc_str = RocStr::default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue