From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32601 invoked by alias); 22 Feb 2012 13:24:40 -0000 Received: (qmail 21943 invoked by uid 22791); 22 Feb 2012 09:48:10 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_DW,TW_WM X-Spam-Check-By: sourceware.org From: "dwmw2 at infradead dot org" To: libc-locales@sources.redhat.com Subject: [Bug localedata/5033] locarchive does not provide fallback for mmap() Date: Wed, 22 Feb 2012 13:24:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dwmw2 at infradead dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: libc-locales at sources dot redhat.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org X-SW-Source: 2012-q1/txt/msg00029.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=5033 --- Comment #5 from David Woodhouse 2012-02-22 09:47:27 UTC --- But mmap() *is* supported on this object. It's just that PROT_WRITE isn't supported, in conjunction with MAP_SHARED. Perhaps we should return ENOTSUP for a PROT_WRITE shared mapping? And whatever POSIX says, this is a common behaviour from file systems and it's easy to work cope with. Why *wouldn't* we? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.