From d234f2d0bad275b7d53c6ea78db4330c3eb8b175 Mon Sep 17 00:00:00 2001 From: nsz Date: Tue, 29 Jan 2013 01:17:06 +0100 Subject: [PATCH] bugs update (cpp posix bug) --- musl/bugs.html | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1