git requires the getpgid() syscall: https://github.com/Lind-Project/lind-wasm-apps/issues/74 I just made it work by stubbing getpgid to use getpid. We may just want to hardcode this if we're not going to implement process groups.
git requires the getpgid() syscall: Lind-Project/lind-wasm-apps#74
I just made it work by stubbing getpgid to use getpid. We may just want to hardcode this if we're not going to implement process groups.