From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29805 invoked by alias); 12 Feb 2007 12:37:20 -0000 Received: (qmail 29770 invoked by uid 48); 12 Feb 2007 12:37:04 -0000 Date: Mon, 12 Feb 2007 12:37:00 -0000 Message-ID: <20070212123704.29767.qmail@sourceware.org> From: "jakub at redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20070207235817.4000.madcoder@debian.org> References: <20070207235817.4000.madcoder@debian.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/4000] has a buggy __NTH macro definition X-Bugzilla-Reason: CC 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: 2007-02/txt/msg00079.txt.bz2 ------- Additional Comments From jakub at redhat dot com 2007-02-12 12:37 ------- sys/cdefs.h is already included when you include argp.h (stdio.h includes features.h which includes sys/cdefs.h), the define is there just for the case where argp.h is used standalone as part of gnulib on non-glibc system. Your patch only makes things worse, no header should ever undef these macros. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4000 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.