Skip to content

Commit 4e60aa2

Browse files
committed
Expose ptrace on mac
1 parent c25b9f6 commit 4e60aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub mod uio;
5050

5151
pub mod time;
5252

53-
#[cfg(any(target_os = "linux", target_os = "android"))]
53+
#[cfg(any(target_os = "android", target_os = "linux", target_os = "ios", target_os = "macos"))]
5454
pub mod ptrace;
5555

5656
pub mod select;

0 commit comments

Comments
 (0)