From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12529 invoked by alias); 20 Mar 2010 20:51:11 -0000 Received: (qmail 12504 invoked by uid 48); 20 Mar 2010 20:51:01 -0000 Date: Sat, 20 Mar 2010 20:51:00 -0000 From: "marc dot glisse at normalesup dot org" To: glibc-bugs@sources.redhat.com Message-ID: <20100320205100.11410.marc.glisse@normalesup.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/11410] New: wctype.h should get wint_t from wchar.h? 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: 2010-03/txt/msg00036.txt.bz2 Hello, currently, wctype.h gets the definition of wint_t as follows: /* Get wint_t from . */ # define __need_wint_t # include On the other hand, wchar.h (which also supports inclusion with __need_wint_t) has a more elaborate strategy that works around gcc versions (and other compilers) that don't define wint_t (there is also mention of some namespace issue). Is it possible to change wctype.h to use the following? /* Get wint_t from . */ # define __need_wint_t # include -- Summary: wctype.h should get wint_t from wchar.h? Product: glibc Version: 2.11 Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: marc dot glisse at normalesup dot org CC: glibc-bugs at sources dot redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=11410 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.