[Top][All Lists]
[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
- stdint and cygwin bug,
Eric Blake <=
- Re: stdint and cygwin bug, Paul Eggert, 2007/04/03
- Re: stdint and cygwin bug, Eric Blake, 2007/04/04
- Re: stdint and cygwin bug, Bruno Haible, 2007/04/04
- Re: stdint and cygwin bug, Eric Blake, 2007/04/04
- Re: stdint and cygwin bug, Paul Eggert, 2007/04/05
- Re: stdint and cygwin bug, Eric Blake, 2007/04/05
- Re: stdint and cygwin bug, Paul Eggert, 2007/04/05
- Re: stdint and cygwin bug, Bruno Haible, 2007/04/05