Revert below changes regarding _pinfo::cmdline.
This commit is contained in:
@@ -242,7 +242,7 @@ cygwin_internal (cygwin_getinfo_types t, ...)
|
||||
}
|
||||
case CW_CMDLINE:
|
||||
{
|
||||
__off64_t n;
|
||||
size_t n;
|
||||
pid_t pid = va_arg (arg, pid_t);
|
||||
pinfo p (pid);
|
||||
return (DWORD) p->cmdline (n);
|
||||
|
Reference in New Issue
Block a user