From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32275 invoked by alias); 8 Feb 2013 01:52:03 -0000 Received: (qmail 30794 invoked by uid 48); 8 Feb 2013 01:51:45 -0000 From: "eggert at gnu dot org" To: glibc-bugs-regex@sourceware.org Subject: [Bug regex/5945] regoff_t wrong has posix type Date: Fri, 08 Feb 2013 01:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: regex X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: eggert at gnu dot org X-Bugzilla-Status: SUSPENDED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC 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 glibc-bugs-regex-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00002.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=5945 Paul Eggert changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eggert at gnu dot org --- Comment #6 from Paul Eggert 2013-02-08 01:51:43 UTC --- The original bug report is old, and POSIX has changed in the meantime: regoff_t is now required to be at least as large as ptrdiff_t and ssize_t. (Previously this was off_t and ssize_t.) See: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.