Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Tue, 23 Jul 2002 21:37:57 +0200 From: Pavel Tsekov Reply-To: Pavel Tsekov X-Priority: 3 (Normal) Message-ID: <3632490659.20020723213757@gmx.net> To: cygwin AT cygwin DOT com Subject: How does mmap () relate to the binary / text mode flag of open () MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Does the O_BINARY / O_TEXT flag change the behaviour of mmap () ? I red some mmap() manpages but none of them give a clear explanation :( It looks like mmap () on Cygwin doesn't care about it and just maps the file as it is on the disk. Can anyone confirm this ? I want to be sure, because I'm trying to find any places in MC where the open() call is missing the O_BINARY flag, where it would be better to have it. Thanks! :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/