Skip to content

Commit

Permalink
Sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jul 22, 2024
1 parent 6e2ec1a commit deb408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crash-context/src/mac/ipc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub use mach2::{kern_return::kern_return_t, message::mach_msg_return_t};
use std::{ffi::CStr, time::Duration};

extern "C" {
/// From <usr/include/mach/mach_traps.h>, there is no binding for this in mach2
/// From `<usr/include/mach/mach_traps.h>`, there is no binding for this in mach2
pub fn pid_for_task(task: port::mach_port_name_t, pid: *mut i32) -> kern_return_t;
}

Expand Down

0 comments on commit deb408a

Please sign in to comment.