libc
libc copied to clipboard
The getppid function is missing on Windows
The getppid function is missing on Windows
I am afraid it s a bigger no than your previous feature request. To get a proper implementation, it will require more work than your kill wrapper (e.g. thread safety), regardless does not have its place here.
I don't think this is a bug since it is just missing API. PRs are welcome if you are able to add it :)
This issue is this simply doesn't exist on Windows. It would need to be implemented from scratch, which is not something this crate does.
Thanks Chris, I guess there isn't much we can do here then.