libc icon indicating copy to clipboard operation
libc copied to clipboard

The getppid function is missing on Windows

Open chuacw opened this issue 1 year ago • 1 comments

The getppid function is missing on Windows

chuacw avatar Jul 02 '24 17:07 chuacw

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.

devnexen avatar Jul 10 '24 17:07 devnexen

I don't think this is a bug since it is just missing API. PRs are welcome if you are able to add it :)

tgross35 avatar Aug 15 '24 18:08 tgross35

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.

ChrisDenton avatar Aug 15 '24 20:08 ChrisDenton

Thanks Chris, I guess there isn't much we can do here then.

tgross35 avatar Aug 15 '24 20:08 tgross35