aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/external.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-29 21:00:55 +0000
committerChristopher Faylor <me@cgf.cx>2002-05-29 21:00:55 +0000
commit186637a50834ed76808b9aef60feefe4baadd23e (patch)
treec1dd63ff77fdf203b7302b1d9662a87a612eb2a2 /winsup/cygwin/external.cc
parent50674f2dc3ee6b192919936f4b037f9a1e68c2d3 (diff)
downloadnewlib-186637a50834ed76808b9aef60feefe4baadd23e.zip
newlib-186637a50834ed76808b9aef60feefe4baadd23e.tar.gz
newlib-186637a50834ed76808b9aef60feefe4baadd23e.tar.bz2
* include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.
* external.cc (fillout_pinfo): Use it.
Diffstat (limited to 'winsup/cygwin/external.cc')
-rw-r--r--winsup/cygwin/external.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc
index 24b8338..00ab2ac 100644
--- a/winsup/cygwin/external.cc
+++ b/winsup/cygwin/external.cc
@@ -83,7 +83,7 @@ fillout_pinfo (pid_t pid, int winpid)
ep.rusage_children = p->rusage_children;
strcpy (ep.progname, p->progname);
ep.strace_mask = 0;
- ep.version = EXTERNAL_PINFO_VERSION_32_BIT;
+ ep.version = EXTERNAL_PINFO_VERSION;
ep.process_state = p->process_state;