diff options
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index fd555c918..300388f64 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -51,7 +51,7 @@ bool is_toplevel_proc; /* Setup the pinfo structure for this process. There may already be a _pinfo for this "pid" if h != NULL. */ -void __stdcall +void pinfo::thisproc (HANDLE h) { procinfo = NULL; |