[LLVMbugs] [Bug 6691] glibc and newlib need wint_t defined in stddef.h

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jun 14 19:36:56 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=6691

Sean Hunt <rideau3 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rideau3 at gmail.com
         Resolution|INVALID                     |FIXED

--- Comment #8 from Sean Hunt <rideau3 at gmail.com> 2010-06-14 21:36:55 CDT ---
mingw-runtime's wchar.h expects it to be present in stddef.h. For the sake of
compatibility, I'm going to have our stddef.h provide it iff specifically
requested via __need_wint_t.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list