bugs update (cpp posix bug)
authornsz <nsz@port70.net>
Tue, 29 Jan 2013 00:17:06 +0000 (01:17 +0100)
committernsz <nsz@port70.net>
Tue, 29 Jan 2013 00:17:06 +0000 (01:17 +0100)
musl/bugs.html

index 6169d3d..7b0a2f8 100644 (file)
@@ -85,6 +85,7 @@
 <li><a href="https://rt.openssl.org/Ticket/Display.html?id=2823&amp;user=guest&amp;pass=guest">openssl (build system issue)</a>
 <li><a href="https://bugs.launchpad.net/altlinux/+source/inkscape/+bug/910335/+index">inkscape (use of sys/fcntl.h instead of fcntl.h)</a>
 <li><a href="http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2013-January/date.html">boehm gc (build system, fallback code for determining stack address)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=650">posix 650 (c99 -E on #pragma)</a>
 </ul>
 
 <h3>bugs relevant for musl</h3>
 <li>usage of obsolete wrong headers (sys/foo.h instead of foo.h and vice-versa, many projects)
 <li>glibc has some missing posix symbols (found by libc-test)
 <li>linux headers invoke ub by using (1 &lt;&lt; 31) eg. MS_NOUSER in inlude/uapi/linux/fs.h
+<li>strace: broken handling of vfork
 <!--bionic: posix namespace violation, +gratuitous interface breaking-->
 <!-- fixincludes -->
 <!-- __c99_printf -->