diff options
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index d435129d7..172610ffc 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -481,7 +481,7 @@ child_info_fork::alloc_stack () alloc_stack_hard_way (stackp); else { - char *st = (char *) stacktop - 4096; + char *st = (char *) stacktop; while (_tlstop >= st) stackp = getstack (stackp); stackaddr = 0; |