aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/lib
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-11-13 04:06:41 +0000
committerChristopher Faylor <me@cgf.cx>2000-11-13 04:06:41 +0000
commit70a11195b9bf3617e3dbe4b9de034b3792c65621 (patch)
tree3d65dd15dc384556623d9735b5f56d7811701ff5 /winsup/cygwin/lib
parent49421cd9c5d29b29b4da341a75855b00fbab9b3d (diff)
downloadnewlib-70a11195b9bf3617e3dbe4b9de034b3792c65621.zip
newlib-70a11195b9bf3617e3dbe4b9de034b3792c65621.tar.gz
newlib-70a11195b9bf3617e3dbe4b9de034b3792c65621.tar.bz2
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
Diffstat (limited to 'winsup/cygwin/lib')
-rw-r--r--winsup/cygwin/lib/_cygwin_crt0_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/lib/_cygwin_crt0_common.cc b/winsup/cygwin/lib/_cygwin_crt0_common.cc
index dd9554d..978fcae 100644
--- a/winsup/cygwin/lib/_cygwin_crt0_common.cc
+++ b/winsup/cygwin/lib/_cygwin_crt0_common.cc
@@ -65,7 +65,7 @@ _cygwin_crt0_common (MainFunc f, per_process *u)
_impure_ptr = u->impure_ptr; /* Use field initialized in newer DLLs. */
else
u->impure_ptr_ptr = &_impure_ptr; /* Older DLLs need this. */
-
+
u->forkee = 0; /* This should only be set in dcrt0.cc
when the process is actually forked */
u->main = f;