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/dcrt0.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/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 003085dd1..ee9d42e3c 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -568,8 +568,6 @@ dll_crt0_1 () user_data->resourcelocks->Init (); user_data->threadinterface->Init (user_data->forkee); - (void) getpagesize (); /* initialize page size constant */ - mainthread.init ("mainthread"); // For use in determining if signals // should be blocked. |