From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20308 invoked by alias); 31 Oct 2006 16:50:23 -0000 Received: (qmail 20268 invoked by uid 48); 31 Oct 2006 16:50:08 -0000 Date: Tue, 31 Oct 2006 16:50:00 -0000 From: "jsm28 at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com Message-ID: <20061031165006.3436.jsm28@gcc.gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug nptl/3436] New: pthread.h inconsistent about what is defined as a macro X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00151.txt.bz2 List-Id: Some of the PTHREAD_* constants in pthread.h are defined as both enums and macros (#define FOO FOO). Others, apparently arbitrarily, are only defined as enums, although POSIX makes no distinction between the two sets of constants. I think it's most useful for all these constants to be defined as both enums and macros; I'll attach a patch to add the missing macro definitions. -- Summary: pthread.h inconsistent about what is defined as a macro Product: glibc Version: 2.4 Status: NEW Severity: normal Priority: P2 Component: nptl AssignedTo: drepper at redhat dot com ReportedBy: jsm28 at gcc dot gnu dot org CC: glibc-bugs at sources dot redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=3436 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.