Skip to content

Commit 2e7ff36

Browse files
Add linux support to API method in readme.
1 parent acbda9b commit 2e7ff36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn pidinfo<T: PIDInfo>(pid : i32, arg: u64) -> Result<T, String> (macos)
3636
pub fn regionfilename(pid: i32, address: u64) -> Result<String, String> (macos)
3737
```
3838
```
39-
pub fn pidpath(pid : i32) -> Result<String, String> (macos)
39+
pub fn pidpath(pid : i32) -> Result<String, String> (macos) (linux)
4040
```
4141
```
4242
pub fn libversion() -> Result<(i32, i32), String> (macos)

0 commit comments

Comments
 (0)