From: nsz Date: Tue, 29 Jan 2013 00:17:06 +0000 (+0100) Subject: bugs update (cpp posix bug) X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d234f2d0bad275b7d53c6ea78db4330c3eb8b175;p=www bugs update (cpp posix bug) --- diff --git a/musl/bugs.html b/musl/bugs.html index 6169d3d..7b0a2f8 100644 --- a/musl/bugs.html +++ b/musl/bugs.html @@ -85,6 +85,7 @@
  • openssl (build system issue)
  • inkscape (use of sys/fcntl.h instead of fcntl.h)
  • boehm gc (build system, fallback code for determining stack address) +
  • posix 650 (c99 -E on #pragma)

    bugs relevant for musl

    @@ -125,6 +126,7 @@
  • usage of obsolete wrong headers (sys/foo.h instead of foo.h and vice-versa, many projects)
  • glibc has some missing posix symbols (found by libc-test)
  • linux headers invoke ub by using (1 << 31) eg. MS_NOUSER in inlude/uapi/linux/fs.h +
  • strace: broken handling of vfork