Skip to content

Commit

Permalink
use internals
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Feb 12, 2025
1 parent 4f11651 commit cfe2be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/bridge/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ fn get_parent_pid() -> u32 {

#[cfg(any(target_os = "macos", target_os = "linux"))]
fn get_parent_pid() -> u32 {
unsafe { libc::getppid() as u32 }
return os::unix::process::parent_id;
}

0 comments on commit cfe2be7

Please sign in to comment.