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

           Summary: Getting wint_t from <wctype.h> does not work
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Headers
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Hi,

I'm trying to compile lsof on linux. wint_t ends up undefined. lsof #includes
<wctype.h>, which, according to e.g.
http://www.opengroup.org/onlinepubs/007908799/xsh/wctype.h.html should define
wint_t.

The header looks like this:

[..]
/* Get wint_t from <stddef.h>.  */
# define __need_wint_t
# include <stddef.h>
[..]

clang comes with its own copy of <stddef.h> however.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to