<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Build fails on OS X 10.6.8 due to missing #define EOWNERDEAD"
href="http://llvm.org/bugs/show_bug.cgi?id=17977">17977</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Build fails on OS X 10.6.8 due to missing #define EOWNERDEAD
</td>
</tr>
<tr>
<th>Product</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jonathan.sauer@gmx.de
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>As of revision 194823, compiler-rt fails to build on Mac OS X 10.6.8 because
EOWNERDEAD is not defined. It was added with POSIX:2008[*], which OS X 10.6.8
does not seem to support.
(FWIW: libc++'s cerrno contains its own definition of EOWNERDEAD to handle this
case)
[*] C.f. the POSIX:2001 contents of errno.h
<<a href="http://pubs.opengroup.org/onlinepubs/009695399/basedefs/errno.h.html">http://pubs.opengroup.org/onlinepubs/009695399/basedefs/errno.h.html</a>> vs. the
POSIX:2008 contents of errno.h
<<a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html">http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html</a>>.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>