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

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 24 03:58:55 PDT 2010


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

           Summary: glibc and newlib need wint_t defined in stddef.h
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Headers
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: quickslyver at free.fr
                CC: llvmbugs at cs.uiuc.edu


glibc version of wchar.h try to get wint_t from stddef.h else it fallback to a
dangerous default "unsigned int"

newlib fails to compile because it doesn't have default version like glibc.

-- 
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