diff options
author | Christopher Faylor <me@cgf.cx> | 2002-09-02 06:00:59 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-09-02 06:00:59 +0000 |
commit | bdfeb1791513ac1fc58cd9229ee6234843a69167 (patch) | |
tree | d0e9640f4bc9a445b36aa52bd3a8ecb8123fd884 /winsup/cygwin/shared.cc | |
parent | 169618f29fbf81921ed941f5512810822b575339 (diff) | |
download | cygnal-bdfeb1791513ac1fc58cd9229ee6234843a69167.tar.gz cygnal-bdfeb1791513ac1fc58cd9229ee6234843a69167.tar.bz2 cygnal-bdfeb1791513ac1fc58cd9229ee6234843a69167.zip |
* dcrt0.cc (dll_crt0_1): Remove getpagesize() call.
* shared.cc (memory_init): Move it here.
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r-- | winsup/cygwin/shared.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc index b6d15f3b3..3031ae780 100644 --- a/winsup/cygwin/shared.cc +++ b/winsup/cygwin/shared.cc @@ -146,6 +146,7 @@ memory_init () cygheap->shared_h = shared_h; ProtectHandleINH (cygheap->shared_h); + getpagesize (); heap_init (); mount_table = (mount_info *) open_shared (user_name, MOUNT_VERSION, cygwin_mount_h, |