diff options
author | Christopher Faylor <me@cgf.cx> | 2006-05-28 15:50:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-05-28 15:50:14 +0000 |
commit | 34f5d0879c2122899bb24c40691f06a8388ac623 (patch) | |
tree | 67d7d29711bde7049cb0cdc5e5fa68079c5de371 /winsup/cygwin/dcrt0.cc | |
parent | 29d1e62ed2b11f99c3169d65608478941c5c7cc4 (diff) | |
download | cygnal-34f5d0879c2122899bb24c40691f06a8388ac623.tar.gz cygnal-34f5d0879c2122899bb24c40691f06a8388ac623.tar.bz2 cygnal-34f5d0879c2122899bb24c40691f06a8388ac623.zip |
white space
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 5469e7598..8d76d66fe 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -486,7 +486,7 @@ child_info_fork::alloc_stack_hard_way (volatile char *b) api_fatal ("fork: can't reserve memory for stack %p - %p, %E", stacktop, stackbottom); - new_stack_pointer = (void *) ((LPBYTE) stackbottom - stacksize); + new_stack_pointer = (void *) ((LPBYTE) stackbottom - stacksize); if (!VirtualAlloc (new_stack_pointer, stacksize, MEM_COMMIT, PAGE_EXECUTE_READWRITE)) api_fatal ("fork: can't commit memory for stack %p(%d), %E", |