Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.95k stars 305 forks source link

1. Changed the 1 invocation of pthread_setcancelstate() to pthread_se… #57

Closed nikkitan closed 5 years ago

nikkitan commented 5 years ago

…tcanceltype().

  1. This is to fix the issue of invalid arg to pthread_setcancelstate().
nikkitan commented 5 years ago

@josalem Can you help review this as well? I'm just being careful since I wasn't there when this was first implemented.

nikkitan commented 5 years ago

Also, who is going to merge this? I'm not authorized to do it.

jahabibi commented 5 years ago

This PR still has two pending reviewers which is why you cannot merge this.