We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbda9b commit 2e7ff36Copy full SHA for 2e7ff36
README.md
@@ -36,7 +36,7 @@ pub fn pidinfo<T: PIDInfo>(pid : i32, arg: u64) -> Result<T, String> (macos)
36
pub fn regionfilename(pid: i32, address: u64) -> Result<String, String> (macos)
37
```
38
39
-pub fn pidpath(pid : i32) -> Result<String, String> (macos)
+pub fn pidpath(pid : i32) -> Result<String, String> (macos) (linux)
40
41
42
pub fn libversion() -> Result<(i32, i32), String> (macos)
0 commit comments