Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-08 20:56:13 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-08 20:56:13 +0300
commit1114c3d05938d2e6829a382d340a5225d2d59b38 (patch)
tree09142d6175f3e15c825e7091712b0ca53183b231 /winsup/cygwin/pinfo.h
parentd66ac2bc524ab413d86ad729ca3ff8fc61d0324f (diff)
Revert below changes regarding _pinfo::cmdline.
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index d6370bc81..89b683f94 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -138,7 +138,7 @@ public:
void commune_recv ();
commune_result commune_send (DWORD);
bool alive ();
- char *cmdline (__off64_t &);
+ char *cmdline (size_t &);
friend void __stdcall set_myself (pid_t, HANDLE);