[LLVMbugs] [Bug 9091] New: mingw-w64: errno.h misses lots of defines
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 28 09:33:06 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9091
Summary: mingw-w64: errno.h misses lots of defines
Product: libc++
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
AssignedTo: hhinnant at apple.com
ReportedBy: vanboxem.ruben at gmail.com
CC: llvmbugs at cs.uiuc.edu
When including libc++'s <cerrno>, lots of macros aren't defined. LLVM/Clang had
the same issue, but that went away with this revision of a file, in which the
missing symbols were defined:
http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/KillTheDoctor/system_error.h?r1=116597&r2=116596&pathrev=116597
The file has been removed since, and I guess the way of error reporting was
changed. Are these really necessary in libc++ anyway?
--
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