X-Spam-Check-By: sourceware.org Date: Tue, 9 Jan 2007 16:48:05 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 1.7.0 CVS mmap failure Message-ID: <20070109154805.GG23638@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20070105182234 DOT GC12776 AT calimero DOT vinschen DOT de> <20070105192302 DOT GD12776 AT calimero DOT vinschen DOT de> <20070106154519 DOT GA19640 AT ns1 DOT anodized DOT com> <20070107105844 DOT GB10586 AT calimero DOT vinschen DOT de> <20070109090415 DOT GA19638 AT ns1 DOT anodized DOT com> <20070109115643 DOT GD23638 AT calimero DOT vinschen DOT de> <20070109141544 DOT GE19638 AT ns1 DOT anodized DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Jan 9 09:33, Brian Ford wrote: > On Tue, 9 Jan 2007, Christopher Layne wrote: > > > extern "C" size_t > > getpagesize () > > { > > if (!system_info.dwPageSize) > > GetSystemInfo (&system_info); > > return (size_t) system_info.dwAllocationGranularity; > > } > > > > size_t > > getsystempagesize () > > { > > if (!system_info.dwAllocationGranularity) > > GetSystemInfo (&system_info); > > return (size_t) system_info.dwPageSize; > > } > > Um..., don't these functions look backward to anyone else in that the test > for local cache initialization is not what gets returned. I know it > really doesn't matter functionally, but it sure looks confusing ;-). Agreed. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/