diff options
Diffstat (limited to 'winsup/cygwin/external.cc')
-rw-r--r-- | winsup/cygwin/external.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc index 1bd86f5da..3a04453ed 100644 --- a/winsup/cygwin/external.cc +++ b/winsup/cygwin/external.cc @@ -48,7 +48,7 @@ fillout_pinfo (pid_t pid, int winpid) if (!p) { - if (!winpid || (!nextpid && thispid != pid)) + if (!winpid || (!nextpid && thispid != (DWORD) pid)) continue; ep.pid = thispid; ep.dwProcessId = cygwin_pid (thispid); |