bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stdint and cygwin bug


From: Eric Blake
Subject: stdint and cygwin bug
Date: Tue, 3 Apr 2007 18:18:04 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

cygwin currently defines wint_t as unsigned int (legal per POSIX), but then 
tries to use INT_MIN and INT_MAX for WINT_MIN and WINT_MAX.  I've reported this 
as a bug to the cygwin list.  In the meantime, is it worth fixing the stdint 
module to detect this brokenness, and redefine WINT_MIN and MAX to their 
correct values in this case?

-- 
Eric Blake






reply via email to

[Prev in Thread] Current Thread [Next in Thread]