* dcrt0.cc (dll_crt0_1): Remove getpagesize() call.
* shared.cc (memory_init): Move it here.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2002-09-02  Christopher Faylor  <cgf@redhat.com> | ||||||
|  |  | ||||||
|  | 	* dcrt0.cc (dll_crt0_1): Remove getpagesize() call. | ||||||
|  | 	* shared.cc (memory_init): Move it here. | ||||||
|  |  | ||||||
| 2002-08-31  Christopher January  <chris@atomice.net> | 2002-08-31  Christopher January  <chris@atomice.net> | ||||||
|  |  | ||||||
| 	* fhandler_proc.cc: Add <sys/param.h> include. | 	* fhandler_proc.cc: Add <sys/param.h> include. | ||||||
|   | |||||||
| @@ -568,8 +568,6 @@ dll_crt0_1 () | |||||||
|   user_data->resourcelocks->Init (); |   user_data->resourcelocks->Init (); | ||||||
|   user_data->threadinterface->Init (user_data->forkee); |   user_data->threadinterface->Init (user_data->forkee); | ||||||
|  |  | ||||||
|   (void) getpagesize ();	/* initialize page size constant */ |  | ||||||
|  |  | ||||||
|   mainthread.init ("mainthread"); // For use in determining if signals |   mainthread.init ("mainthread"); // For use in determining if signals | ||||||
| 				  //  should be blocked. | 				  //  should be blocked. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -146,6 +146,7 @@ memory_init () | |||||||
|   cygheap->shared_h = shared_h; |   cygheap->shared_h = shared_h; | ||||||
|   ProtectHandleINH (cygheap->shared_h); |   ProtectHandleINH (cygheap->shared_h); | ||||||
|  |  | ||||||
|  |   getpagesize (); | ||||||
|   heap_init (); |   heap_init (); | ||||||
|   mount_table = (mount_info *) open_shared (user_name, MOUNT_VERSION, |   mount_table = (mount_info *) open_shared (user_name, MOUNT_VERSION, | ||||||
| 					    cygwin_mount_h, | 					    cygwin_mount_h, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user