From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28149 invoked by alias); 10 Feb 2013 04:52:06 -0000 Received: (qmail 28005 invoked by uid 48); 10 Feb 2013 04:51:48 -0000 From: "bugdal at aerifal dot cx" To: glibc-bugs@sourceware.org Subject: [Bug libc/15129] New: Definition of timer_t is non-conforming Date: Sun, 10 Feb 2013 04:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bugdal at aerifal dot cx X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: 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-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00051.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15129 Bug #: 15129 Summary: Definition of timer_t is non-conforming Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: unassigned@sourceware.org ReportedBy: bugdal@aerifal.cx CC: drepper.fsp@gmail.com Classification: Unclassified POSIX requires all types specified in sys/types.h to have arithmetic type, except for a list of exceptions which does not include timer_t. See: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html I suspect this is a mistake in POSIX, since there is no good reason for timer_t to have arithmetic type; it probably should have been on the exception list with other opaque handle types and attribute types. Thus, I've also opened an issue report on the Austin Group tracker: http://austingroupbugs.net/view.php?id=659 requesting that timer_t be added to the exceptions. Until the issue is resolved, I hope this bug report will remain open on the glibc tracker. -- 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.