Skip to content

SystemInformation: support BSD platforms for GetProcessId

dublet requested to merge dublet/kwsys:getprocessid-bsd into master

GetProcessId() is currently only implemented for Win32, Linux and OS X.

This commit adds wider support for it by extending the definitions in the function to also cover BSD platforms, which implement this function.

Merge request reports